Skip to content

Commit 187c903

Browse files
committed
Updates to latest Swift 4.0 image.
1 parent a06719c commit 187c903

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0-DEVELOPMENT-SNAPSHOT-2017-07-11-a
1+
4.0-DEVELOPMENT-SNAPSHOT-2017-07-28-a

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ install:
4343

4444
script:
4545
- if [[ `uname` == "Linux" ]] ; then
46-
. ~/.swiftenv/init;
47-
swiftenv install 4.0-DEVELOPMENT-SNAPSHOT-2017-07-11-a || true;
46+
swiftenv install 4.0-DEVELOPMENT-SNAPSHOT-2017-07-28-a || true;
4847
fi
4948
- if [[ "${DANGER}" -eq 1 ]] ; then
5049
bundle install --path vendor/bundle;

scripts/test-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ `uname` == "Darwin" ]]; then
1212
trap cleanup EXIT
1313
echo "Running linux"
1414
eval $(docker-machine env default)
15-
docker exec -it rx bash -c "cd /projects/RxSwift; scripts/test-linux.sh"
15+
docker exec -it rx4.0 bash -c "cd /projects/RxSwift; scripts/test-linux.sh"
1616
elif [[ `uname` == "Linux" ]]; then
1717
CONFIGURATIONS=(debug release)
1818

0 commit comments

Comments
 (0)