Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Applied minor fix.
  • Loading branch information
ppanopticon committed Oct 4, 2017
1 parent 4dfc3a4 commit dc7dfa2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -17,12 +17,11 @@ before_script:
- sudo apt-get install -q google-chrome-stable

script:
- ng test
- ng test --single-run
- ng build

before_deploy:
- npm install -g angular-cli
- npm install
- npm install -g @angular/cli
- ng build -prod
- zip ./dist/prod

Expand Down

0 comments on commit dc7dfa2

Please sign in to comment.