diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 36b926d4..e73df5f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ addons: - gcc-arm-linux-gnueabihf rust: - nightly -- beta -- 1.4.0 +- 1.8.0 os: - osx - linux @@ -19,7 +18,7 @@ matrix: # include: # - os: linux # env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true - # rust: 1.4.0 + # rust: 1.8.0 exclude: - os: osx env: TEST_FEATURES=true |