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.
2 parents 484e874 + 49757c4 commit 0fdd1a5Copy full SHA for 0fdd1a5
.travis.yml
@@ -12,7 +12,7 @@ matrix:
12
dist: trusty
13
language: generic
14
sudo: required
15
- env: SWIFT_VERSION=4.1.2
+ env: SWIFT_VERSION=4.1.3
16
17
- os: osx
18
osx_image: xcode8.3
@@ -24,6 +24,10 @@ matrix:
24
25
26
osx_image: xcode9.4
27
+ env: SWIFT_VERSION=4.1.2
28
+
29
+ - os: osx
30
+ osx_image: xcode10
31
32
before_install:
33
- sudo /bin/bash Tests/install-clang.sh
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:4.0
+// swift-tools-version:4.2
2
3
import PackageDescription
4
0 commit comments