Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 3, 2018
1 parent 0d3bd77 commit 2dd73b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cache:
- packages/ts-build-template/node_modules
- packages/test-helper/node_modules
install:
- "cd packages/$PACKAGE; npm i"
- "cd $TRAVIS_BUILD_DIR/packages/$PACKAGE; npm i"
script:
- "cd packages/$PACKAGE; npm start cover.travis"
- "cd $TRAVIS_BUILD_DIR/packages/$PACKAGE; npm start cover.travis"

0 comments on commit 2dd73b4

Please sign in to comment.