diff options
| author | Steven Fackler <[email protected]> | 2015-12-16 23:03:21 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-12-16 23:15:42 -0800 |
| commit | 531d516e51c97d65e11f5462f26be5f05a844404 (patch) | |
| tree | a74d8e919f19bd48744dea7ef160f95285e725dd | |
| parent | Test overhaul + add an arm cross compile build (diff) | |
| download | rust-openssl-531d516e51c97d65e11f5462f26be5f05a844404.tar.xz rust-openssl-531d516e51c97d65e11f5462f26be5f05a844404.zip | |
Install an ARM cross compilation toolchain
| -rw-r--r-- | .travis.yml | 4 |
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 |