Try fixing path for Travis
This commit is contained in:
parent
18ed14f776
commit
fb2390b2cd
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user