Skip to content

Commit

Permalink
Use cordova 6.5.0, 7.0.0 seems to fail the build
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed May 10, 2017
1 parent fbfafb3 commit 9c612e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ before_install:
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null

install:
- npm install -g cordova
- npm install -g cordova@6.5.0

script:
- cordova create hello com.example.hello HelloWorld
- cd hello
- rm -rf ~/.cordova
- cordova platform add ios
- cordova platform add android
- cordova plugin add https://github.com/testfairy/testfairy-cordova-plugin
Expand Down

0 comments on commit 9c612e2

Please sign in to comment.