Skip to content

Commit

Permalink
Enhance travis built
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker committed Mar 6, 2019
1 parent f89370f commit d577f65
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ before_install:
- npm update

install:
- npm ci
- lerna bootstrap --npm-ci-mode --ignore-scripts
- lerna exec --no-bail --npm-ci-mode -- npm run postinstall
- npm install

script:
- lerna run build
- lerna run lint
- npm run compile
- npm run lint
# - npm run coveralls

0 comments on commit d577f65

Please sign in to comment.