Skip to content

Commit

Permalink
Merge branch 'feature/upgrade-android-sdk' of github.com:jvandijk/com…
Browse files Browse the repository at this point in the history
….williamrijksen.onesignal into feature/upgrade-android-sdk

* 'feature/upgrade-android-sdk' of github.com:jvandijk/com.williamrijksen.onesignal:
  Update .travis.yml
  • Loading branch information
Jeroen van Dijk committed Apr 25, 2017
2 parents f49301a + 357f200 commit 0c1cb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ before_install:

install:
- cd $MODULE_ROOT
- curl -o install.sh https://raw.githubusercontent.com/williamrijksen/ci/v8/travis/install.sh
- curl -o install.sh https://rawcdn.githack.com/williamrijksen/ci/v8/travis/install.sh
- source install.sh -s "--branch 6_0_X"

before_script:
- curl -o script.sh https://raw.githubusercontent.com/williamrijksen/ci/v8/travis/script.sh
- curl -o script.sh https://rawcdn.githack.com/williamrijksen/ci/v8/travis/script.sh
- chmod +x script.sh

script:
Expand Down

0 comments on commit 0c1cb11

Please sign in to comment.