pcottle.learnGitBranching/.travis.yml
Hongarc b884b0e398 Change npm to yarn
2018-12-04 16:51:11 +07:00

15 lines
252 B
YAML

sudo: false
language: node_js
node_js:
- "10"
- "8"
- "7"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
cache:
yarn: true
directories:
- "node_modules"
script:
- yarn test