We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101441b commit 5ebf35aCopy full SHA for 5ebf35a
.travis.yml
@@ -31,7 +31,7 @@ aliases:
31
dist: trusty
32
language: generic
33
install:
34
- - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
+ - eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
35
36
branches:
37
only:
@@ -65,7 +65,7 @@ matrix:
65
name: Linux / Swift 5.0 Development
66
env:
67
- JOB=Linux
68
- - SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-03-05-a
+ - SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
69
70
notifications:
71
email: false
0 commit comments