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 4a80683 commit eeb1ab3Copy full SHA for eeb1ab3
.travis.yml
@@ -61,6 +61,19 @@ jobs:
61
- swift test
62
git:
63
submodules: false
64
+ - os: linux
65
+ language: generic
66
+ sudo: required
67
+ dist: trusty
68
+ env: SWIFT_VERSION=4.2-DEVELOPMENT-SNAPSHOT-2018-06-12-a
69
+ before_install:
70
+ - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
71
+ script:
72
+ - swift --version
73
+ - swift build
74
+ - swift test
75
+ git:
76
+ submodules: false
77
- stage: carthage
78
script: carthage build --cache-builds --no-skip-current
79
- stage: deploy
0 commit comments