summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-06-26 08:31:21 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-06-26 08:31:21 -0700
commitf4f24876f79339404c94ece8a8fed8117b00d4e7 (patch)
tree508bf5ff862e58a06542cec3399e6ae35e9c08a7
parent4b07f7bc2091052c6f52b780971f44e07bd3c71d (diff)
downloadrust-installer-f4f24876f79339404c94ece8a8fed8117b00d4e7.tar.gz
Another CI fix attempt
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cc94f28..8a58eb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,6 @@ rust:
- beta
- nightly
script:
- - LZMA_API_STATIC=1 cargo build
+ - export LZMA_API_STATIC=1
+ - cargo build
- ./test.sh