colouring-montreal/.travis.yml

9 lines
147 B
YAML
Raw Normal View History

2019-02-23 10:27:15 -05:00
language: node_js
node_js:
- 8
2019-02-23 10:34:29 -05:00
cache: npm
2019-02-23 10:31:48 -05:00
before_script:
2019-02-23 10:34:29 -05:00
- cd $TRAVIS_BUILD_DIR/app && npm ci
2019-02-23 10:27:15 -05:00
script:
2019-02-23 10:31:48 -05:00
- cd $TRAVIS_BUILD_DIR/app && npm test