Try fixing path for Travis

This commit is contained in:
Tom Russell 2019-02-23 15:31:48 +00:00
parent 18ed14f776
commit fb2390b2cd

View File

@ -4,7 +4,7 @@ node_js:
cache: cache:
directories: directories:
- app/node_modules - app/node_modules
before_script:
- cd $TRAVIS_BUILD_DIR/app && npm install
script: script:
- cd app - cd $TRAVIS_BUILD_DIR/app && npm test
- npm run build
- npm test