File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,22 @@ if: tag IS present AND tag != latest
3
3
git :
4
4
depth : false
5
5
6
- os :
7
- - linux
8
- - osx
9
- - windows
10
-
11
6
language : rust
12
7
13
- rust :
14
- - stable
15
- - beta
16
- - nightly
17
-
18
8
matrix :
19
9
include :
20
10
- env : BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=${TRAVIS_TAG}
11
+ os : linux
12
+ - env : BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=${TRAVIS_TAG}
13
+ os : osx
14
+ - env : BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=${TRAVIS_TAG}
15
+ os : windows
16
+ - env : BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=latest
17
+ os : linux
18
+ - env : BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=latest
19
+ os : osx
21
20
- env : BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=latest
22
- allow_failures :
23
- - beta
24
- - nightly
25
- fast_finish : true
21
+ os : windows
26
22
27
23
cache : cargo
28
24
You can’t perform that action at this time.
0 commit comments