pcottle.learnGitBranching/.travis.yml
2019-04-23 21:26:06 +07:00

14 lines
245 B
YAML

sudo: false
language: node_js
node_js:
- "10"
- "8"
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 grunt