File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 include :
66 - os : osx
77 language : objective-c
8- osx_image : xcode8
8+ osx_image : xcode8.3
99 before_install :
1010 - git submodule update --init --recursive
1111 script :
@@ -14,7 +14,7 @@ matrix:
1414 - carthage build --no-skip-current
1515 - os : osx
1616 language : objective-c
17- osx_image : xcode8
17+ osx_image : xcode8.3
1818 before_install :
1919 - git submodule update --init --recursive
2020 script :
@@ -37,9 +37,9 @@ matrix:
3737 before_install :
3838 - git submodule update --init --recursive
3939 - wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
40- - wget https://swift.org/builds/swift-3.0 -release/ubuntu1404/swift-3.0 -RELEASE/swift-3.0 -RELEASE-ubuntu14.04.tar.gz
41- - tar xzf swift-3.0 -RELEASE-ubuntu14.04.tar.gz
42- - export PATH=${PWD}/swift-3.0 -RELEASE-ubuntu14.04/usr/bin:"${PATH}"
40+ - wget https://swift.org/builds/swift-3.1 -release/ubuntu1404/swift-3.1 -RELEASE/swift-3.1 -RELEASE-ubuntu14.04.tar.gz
41+ - tar xzf swift-3.1 -RELEASE-ubuntu14.04.tar.gz
42+ - export PATH=${PWD}/swift-3.1 -RELEASE-ubuntu14.04/usr/bin:"${PATH}"
4343 script :
4444 - swift build
4545notifications :
You can’t perform that action at this time.
0 commit comments