colouring-montreal/.travis.yml

9 lines
148 B
YAML
Raw Normal View History

2019-02-23 10:27:15 -05:00
language: node_js
node_js:
2020-01-24 10:44:19 -05:00
- 12
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