mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Use go stable instead of 1.9 for travis (#1283)
This commit is contained in:
parent
462a013ae2
commit
3dcaed4142
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ before_install:
|
||||||
# Install Go using gimme tool
|
# Install Go using gimme tool
|
||||||
- curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
|
- curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
|
||||||
- chmod +x ~/bin/gimme
|
- chmod +x ~/bin/gimme
|
||||||
- eval "$(gimme 1.9)"
|
- eval "$(gimme stable)"
|
||||||
# Hack to accept Android licenses
|
# Hack to accept Android licenses
|
||||||
- yes | sdkmanager "platforms;android-27"
|
- yes | sdkmanager "platforms;android-27"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue