Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 4, 2018
1 parent 8fd97bb commit 2a54f06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ env:
- MOCHA_COLORS=true
- SCOPE=headwood
matrix:
- PACKAGE=ts-build-template
- PACKAGE=test-helper
- PACKAGE=private-map
- MODULE=ts-build-template
- MODULE=test-helper
- MODULE=private-map
before_install:
- npm install npm@latest -g
- cd $TRAVIS_BUILD_DIR/packages/$PACKAGE
- npm install npx@latest -g
- cd $TRAVIS_BUILD_DIR/packages/$MODULE
install:
- npm install
script:
Expand Down

0 comments on commit 2a54f06

Please sign in to comment.