File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- 4.0-DEVELOPMENT-SNAPSHOT-2017-07-11 -a
1
+ 4.0-DEVELOPMENT-SNAPSHOT-2017-07-28 -a
Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ install:
43
43
44
44
script :
45
45
- 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;
48
47
fi
49
48
- if [[ "${DANGER}" -eq 1 ]] ; then
50
49
bundle install --path vendor/bundle;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [[ `uname` == "Darwin" ]]; then
12
12
trap cleanup EXIT
13
13
echo " Running linux"
14
14
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"
16
16
elif [[ ` uname` == " Linux" ]]; then
17
17
CONFIGURATIONS=(debug release)
18
18
You can’t perform that action at this time.
0 commit comments