colouring-montreal/.travis.yml
2019-02-23 15:31:48 +00:00

11 lines
186 B
YAML

language: node_js
node_js:
- 8
cache:
directories:
- app/node_modules
before_script:
- cd $TRAVIS_BUILD_DIR/app && npm install
script:
- cd $TRAVIS_BUILD_DIR/app && npm test