File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 include :
66 - os : osx
77 language : objective-c
8- osx_image : xcode10 .2
8+ osx_image : xcode11 .2
99 script :
1010 - swift test
1111 - os : linux
@@ -15,9 +15,9 @@ matrix:
1515 env :
1616 before_install :
1717 - wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
18- - wget https://swift.org/builds/swift-5.0 -release/ubuntu1404/swift-5.0 -RELEASE/swift-5.0 -RELEASE-ubuntu14.04.tar.gz
19- - tar xzf swift-5.0 -RELEASE-ubuntu14.04.tar.gz
20- - export PATH=${PWD}/swift-5.0 -RELEASE-ubuntu14.04/usr/bin:"${PATH}"
18+ - wget https://swift.org/builds/swift-5.1 -release/ubuntu1404/swift-5.1 -RELEASE/swift-5.1 -RELEASE-ubuntu14.04.tar.gz
19+ - tar xzf swift-5.1 -RELEASE-ubuntu14.04.tar.gz
20+ - export PATH=${PWD}/swift-5.1 -RELEASE-ubuntu14.04/usr/bin:"${PATH}"
2121 script :
2222 - swift test
2323notifications :
You can’t perform that action at this time.
0 commit comments