hiring-without-whiteboards/.travis.yml
Lauren Tan 0dcf1776d3 Add linting (#396)
* Add linting

* Alphabetize links
2017-03-18 19:15:14 -07:00

19 lines
232 B
YAML

---
language: node_js
node_js:
- "6"
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