aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-02-25 19:36:26 +0100
committerTill Höppner2016-02-25 19:36:26 +0100
commitf5bf013ec0f4c254ea15b517e352c57b90fc7d6a (patch)
tree8bcc1079ef7ae5ee1c19e846ebe31be954d15d45
parent6d1cd6ad4fea74efac7694ec3d67f5792f9dc1cb (diff)
downloadilc-f5bf013ec0f4c254ea15b517e352c57b90fc7d6a.tar.gz
ilc-f5bf013ec0f4c254ea15b517e352c57b90fc7d6a.tar.xz
ilc-f5bf013ec0f4c254ea15b517e352c57b90fc7d6a.zip
Switch to old version detectionv0.2.2-build1
-rw-r--r--.gitignore4
-rw-r--r--.travis.yml2
-rw-r--r--ci/install.sh4
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ea8c4bf..8d0e9ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
+.cargo
/target
+**/target
+Cargo.lock
+**/Cargo.lock
diff --git a/.travis.yml b/.travis.yml
index be59fc1..5bf1410 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
language: rust
-rust: 1.6.0
+rust: stable
os:
- linux
diff --git a/ci/install.sh b/ci/install.sh
index 81ff38c..968ca5e 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -22,8 +22,8 @@ EOF
# e.g. 1.6.0
# doesn't work for nightly
- # version=$(rustc -V | cut -d' ' -f2)
- version=$(rustc -V | cut -d' ' -f2 | cut -d'-' -f2)
+ version=$(rustc -V | cut -d' ' -f2)
+ # version=$(rustc -V | cut -d' ' -f2 | cut -d'-' -f2)
tarball=rust-std-${version}-${TARGET}
curl -Os http://static.rust-lang.org/dist/${tarball}.tar.gz