Skip to content

Commit

Permalink
Merge pull request #735 from EvsChen/travis-fix
Browse files Browse the repository at this point in the history
fix(test): fix travis TS build
  • Loading branch information
evenstensberg committed Jan 20, 2019
2 parents 38f4b4c + 986472a commit 72eec5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_install:

install:
- travis_wait npm ci
- lerna bootstrap
- npm install -g codecov
- npm install -g eslint
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
"test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
"travis:lint": "lerna bootstrap && npm run build && npm run lint && npm run tslint",
"travis:lint": "npm run build && npm run lint && npm run tslint",
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
"watch": "npm run build && tsc -w",
"postinstall": "lightercollective"
Expand Down

0 comments on commit 72eec5f

Please sign in to comment.