Skip to content

Commit d9f586d

Browse files
Abort mission, that wouldn't have worked. This might not either.
1 parent 4ce195c commit d9f586d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,15 @@ rust:
1717

1818
matrix:
1919
include:
20-
- env: TRAVIS_TAG=${TRAVIS_TAG}
21-
- env: TRAVIS_TAG=latest
20+
- env: BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=${TRAVIS_TAG}
21+
- env: BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=latest
2222
allow_failures:
2323
- beta
2424
- nightly
2525
fast_finish: true
2626

2727
cache: cargo
2828

29-
stages:
30-
- build
31-
- deploy
32-
33-
env:
34-
- BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME}
35-
- VERSION=${TRAVIS_TAG}
36-
3729
before_script: sed -i "s/version = \"0.0.0\"/version = \"$(./version.sh tags)\"/" Cargo.toml
3830

3931
script: cargo build --verbose --release

0 commit comments

Comments
 (0)