We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7be5e commit b3115dcCopy full SHA for b3115dc
.travis.yml
@@ -3,7 +3,7 @@ osx_image: xcode8.2
3
matrix:
4
include:
5
- env: VERSION=9.3
6
- - env: VERSION=10.2
+ - env: VERSION=10.1
7
script:
8
- bundle exec rake ci:build[$VERSION]
9
- make -B carthage
Rakefile
@@ -1,6 +1,6 @@
1
task default: "ci:test"
2
-latest = "10.2"
+latest = "10.1"
namespace :ci do
desc "Build targets on Travis CI with a specified OS version, default OS=#{latest}"
0 commit comments