File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ matrix:
3939 - SWIFT_VERSION=4.2.1
4040 install :
4141 - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
42- - os : linux
43- dist : trusty
44- sudo : required
45- env :
46- - TYPE=swiftpm
47- - SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-01-13-a
48- install :
49- - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
42+ # - os: linux
43+ # dist: trusty
44+ # sudo: required
45+ # env:
46+ # - TYPE=swiftpm
47+ # - SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-01-13-a
48+ # install:
49+ # - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
5050install :
5151 - if [[ "$TYPE" == "podspec" ]]; then sudo gem install bundler; bundle install; fi
5252script :
You can’t perform that action at this time.
0 commit comments