Skip to content

Commit

Permalink
Fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-marquardt committed Nov 19, 2017
1 parent f814ab9 commit 109d6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js: 'node'
cache: yarn
before_script:
- npm install -g @angular/cli
- yarn global add @angular/cli
script:
- ng build --prod --aot=false
- ng build --aot=false
notifications:
email:
on_failure: change
Expand Down

0 comments on commit 109d6bb

Please sign in to comment.