Skip to content

Commit

Permalink
fix travis build due ionic update causing 'Looks like @angular/cli is…
Browse files Browse the repository at this point in the history
…n't installed in this project.'
  • Loading branch information
hthetiot committed Sep 17, 2019
1 parent 41cd301 commit 71f26e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- CORDOVA_PLATFORM=browser
- NODE_VERSION=10
- CORDOVA_VERSION=8
- ANGULAR_CLI_VERSION=6.2.6
- IONIC_VERSION=5
- ANDROID_API_LEVEL=28
- ANDROID_SDK_VERSION=28
Expand All @@ -19,6 +20,7 @@ install:
- "nvm install $NODE_VERSION"
- "npm install -g gulp-cli"
- "npm install -g cordova@$CORDOVA_VERSION"
- npm install -g @angular/cli@$ANGULAR_CLI_VERSION
- "npm install -g ionic@$IONIC_VERSION"
- "npm install -g cordova-res"
- "npm ci"
Expand Down

0 comments on commit 71f26e8

Please sign in to comment.