We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baa3c3 commit 2b6dd5fCopy full SHA for 2b6dd5f
.travis.yml
@@ -5,6 +5,7 @@ dist: xenial
5
services: docker
6
7
stages:
8
+ - tier0
9
- tools-and-build-and-tier1
10
- tier2
11
@@ -173,7 +174,7 @@ matrix:
173
174
- env: TARGET=arm-unknown-linux-musleabihf
175
stage: tier2
176
- env: TARGET=asmjs-unknown-emscripten
- stage: tier2
177
+ stage: tier0
178
- env: TARGET=i686-unknown-linux-musl
179
180
- env: TARGET=mips-unknown-linux-gnu
@@ -197,7 +198,7 @@ matrix:
197
198
- env: TARGET=sparc64-unknown-linux-gnu
199
200
- env: TARGET=wasm32-unknown-emscripten
201
202
- env: TARGET=x86_64-linux-android
203
204
- env: TARGET=x86_64-unknown-linux-gnux32 OPT="--release"
0 commit comments