diff --git a/.gitignore b/.gitignore index ea8c4bf..d0a38e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +*.tar.gz diff --git a/.travis.yml b/.travis.yml index cac7e1c..05fb039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: