aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-12-16 23:03:21 -0800
committerSteven Fackler <[email protected]>2015-12-16 23:15:42 -0800
commit531d516e51c97d65e11f5462f26be5f05a844404 (patch)
treea74d8e919f19bd48744dea7ef160f95285e725dd
parentTest overhaul + add an arm cross compile build (diff)
downloadrust-openssl-531d516e51c97d65e11f5462f26be5f05a844404.tar.xz
rust-openssl-531d516e51c97d65e11f5462f26be5f05a844404.zip
Install an ARM cross compilation toolchain
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 21634329..afe5bce7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
language: rust
sudo: false
+addons:
+ apt:
+ packages:
+ - gcc-4.6-arm-linux-gnueabihf
rust:
- nightly
- beta