This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
vogue/.travis.yml

10 lines
121 B
YAML

language: node_js
node_js:
- "16.2.0"
os:
- windows
- linux
- osx
env: YARN_GPG=no
script: yarn test:ci