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 4e84162 commit 7d9a2b4
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
language: node_js
node_js:
- "10.0.0"
env:
global:
- SCOPE=headwood
matrix:
- PACKAGE=private-map
- PACKAGE=ts-build-template
- PACKAGE=test-helper
cache:
directories:
- node_modules
- packages/private-map/node_modules
- packages/ts-build-template/node_modules
- packages/test-helper/node_modules
install:
- "cd $TRAVIS_BUILD_DIR/packages/$PACKAGE; npm i"
before_script:
- "cd $TRAVIS_BUILD_DIR/packages/$PACKAGE; npm start build"
- "npx lerna bootstrap"
script:
- "cd $TRAVIS_BUILD_DIR/packages/$PACKAGE; npm start cover.travis"
- "npx lerna run start cover.travis"

0 comments on commit 7d9a2b4

Please sign in to comment.