Skip to content

Commit

Permalink
Abort mission, that wouldn't have worked. This might not either.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiasson committed Jul 21, 2019
1 parent 4ce195c commit d9f586d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,15 @@ rust:

matrix:
include:
- env: TRAVIS_TAG=${TRAVIS_TAG}
- env: TRAVIS_TAG=latest
- env: BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=${TRAVIS_TAG}
- env: BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME} VERSION=${TRAVIS_TAG} TRAVIS_TAG=latest
allow_failures:
- beta
- nightly
fast_finish: true

cache: cargo

stages:
- build
- deploy

env:
- BINARY_NAME=mir-${TRAVIS_TAG}-${TRAVIS_OS_NAME}
- VERSION=${TRAVIS_TAG}

before_script: sed -i "s/version = \"0.0.0\"/version = \"$(./version.sh tags)\"/" Cargo.toml

script: cargo build --verbose --release
Expand Down

0 comments on commit d9f586d

Please sign in to comment.