Use snapshot release in swiftenv

This commit is contained in:
Suyeol Jeon 2017-07-16 17:33:40 +09:00 committed by Krunoslav Zaher
parent 2cde84de50
commit b2116d8f62
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4.0
4.0-DEVELOPMENT-SNAPSHOT-2017-07-11-a

View File

@ -44,7 +44,7 @@ install:
script:
- if [[ `uname` == "Linux" ]] ; then
. ~/.swiftenv/init;
swiftenv install 3.1 || true;
swiftenv install 4.0-DEVELOPMENT-SNAPSHOT-2017-07-11-a || true;
fi
- if [[ "${DANGER}" -eq 1 ]] ; then
bundle install --path vendor/bundle;