File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -107,28 +107,28 @@ script:
107
107
fi
108
108
fi
109
109
- |
110
- rm rust-toolchain
111
- ./setup-toolchain.sh
112
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then
113
- export PATH=$PATH:$(rustc --print sysroot)/bin
114
- else
115
- export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
116
- fi
110
+ rm rust-toolchain
111
+ ./setup-toolchain.sh
112
+ if [ "$TRAVIS_OS_NAME" == "windows" ]; then
113
+ export PATH=$PATH:$(rustc --print sysroot)/bin
114
+ else
115
+ export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
116
+ fi
117
117
- |
118
118
if [ -z ${INTEGRATION} ]; then
119
119
travis_wait 30 ./ci/base-tests.sh && sleep 5
120
120
else
121
121
./ci/integration-tests.sh && sleep 5
122
122
fi
123
123
124
- after_success : |
125
- #!/bin/bash
126
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
127
- set -ex
128
- if [ -z ${INTEGRATION} ]; then
129
- ./.github/deploy.sh
130
- else
131
- echo "Not deploying, because we're in an integration test run"
124
+ after_success :
125
+ - |
126
+ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
127
+ set -e
128
+ if [ -z ${INTEGRATION} ]; then
129
+ ./.github/deploy.sh
130
+ else
131
+ echo "Not deploying, because we're in an integration test run"
132
+ fi
133
+ set +e
132
134
fi
133
- set +e
134
- fi
You can’t perform that action at this time.
0 commit comments