Skip to content

Commit

Permalink
Simplify travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-leon committed Apr 28, 2021
1 parent 4186456 commit 67f205f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
*.tar.gz
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

env:
global:
# Default target on travis-ci.
- HOST=x86_64-unknown-linux-gnu
# Used on the deployment script
- PROJECT_NAME=lowcharts

Expand All @@ -33,8 +31,7 @@ deploy:
tags: true

install:
# prevent target re-add error from rustup
- if [[ $TRAVIS_OS_NAME = linux && $HOST != $TARGET ]]; then rustup target add $TARGET; fi
- rustup target add $TARGET

notifications:
email:
Expand Down

0 comments on commit 67f205f

Please sign in to comment.