Skip to content

Commit

Permalink
fix(test): fix travis ts build
Browse files Browse the repository at this point in the history
  • Loading branch information
EvsChen committed Jan 17, 2019
1 parent 54805ae commit 22d3acc
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

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 && npm run bundlesize",
"travis:lint": "npm run build && npm run lint && npm run tslint && npm run bundlesize",
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
"watch": "npm run build && tsc -w",
"postinstall": "lightercollective"
Expand Down

0 comments on commit 22d3acc

Please sign in to comment.