hiring-without-whiteboards/.travis.yml
2017-09-07 09:43:29 -07:00

19 lines
232 B
YAML

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