Remove unused environment variable

This commit is contained in:
Steven Fackler 2017-07-24 23:23:36 -07:00
parent 321fa4c29f
commit 58719820c0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ job: &JOB
- checkout
- run: apt-get update
- run: apt-get install -y curl
- run: RUST_VERSION=1.19.0 ./test/add_target.sh
- run: ./test/add_target.sh
- restore_cache:
key: registry
- run: cargo generate-lockfile