Skip to content

Commit

Permalink
travis reduce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jul 7, 2017
1 parent 57c2a3b commit b4016e8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ cache:
- ./node_modules

install:
- npm i
- npm install

before_script:
- npm install -g @angular/cli


script:
- npm test
- npm run build
- npm run update-example
- cd examples/angular4
- ng build -prod
- cd ../..
- npm run build

0 comments on commit b4016e8

Please sign in to comment.