diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-05-08 16:22:08 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-05-08 16:22:08 +0800 |
commit | dddebe469b2a49e8f774dd6f87f5366e460b7468 (patch) | |
tree | a1ce2b1f3b232a9ba0e24178c058d513ca2fa307 /.travis.yml | |
parent | 2ec5cf1673e19da85471892875934fe0564a209d (diff) | |
download | dexon-dddebe469b2a49e8f774dd6f87f5366e460b7468.tar.gz dexon-dddebe469b2a49e8f774dd6f87f5366e460b7468.tar.zst dexon-dddebe469b2a49e8f774dd6f87f5366e460b7468.zip |
travis: adapt build script to new travis VM settings
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7fae56f81..e3cbf4630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,7 +147,7 @@ matrix: - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds # Build the iOS framework and upload it to CocoaPods and Azure - - gem uninstall cocoapods -a + - gem uninstall cocoapods -a -x - gem install cocoapods - mv ~/.cocoapods/repos/master ~/.cocoapods/repos/master.bak |