Skip to content

Commit 5ebf35a

Browse files
committed
[CI] Fix swiftenv
1 parent 101441b commit 5ebf35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ aliases:
3131
dist: trusty
3232
language: generic
3333
install:
34-
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
34+
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
3535

3636
branches:
3737
only:
@@ -65,7 +65,7 @@ matrix:
6565
name: Linux / Swift 5.0 Development
6666
env:
6767
- JOB=Linux
68-
- SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-03-05-a
68+
- SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
6969

7070
notifications:
7171
email: false

0 commit comments

Comments
 (0)