diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index afe5bce7..36b926d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false addons: apt: packages: - - gcc-4.6-arm-linux-gnueabihf + - gcc-arm-linux-gnueabihf rust: - nightly - beta @@ -16,10 +16,10 @@ env: - TEST_FEATURES=false - TEST_FEATURES=true matrix: - include: - - os: linux - env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true - rust: 1.4.0 + # include: + # - os: linux + # env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true + # rust: 1.4.0 exclude: - os: osx env: TEST_FEATURES=true |