Skip to content

Commit

Permalink
Test against rustc 1.24.1 on Travis (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
francesca64 authored Jun 3, 2018
1 parent 0e2488d commit fd1a3ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ matrix:
addons:
apt:
packages: *i686_packages
- env: TARGET=i686-unknown-linux-gnu
os: linux
rust: 1.24.1
addons:
apt:
packages: *i686_packages

# Linux 64bit
- env: TARGET=x86_64-unknown-linux-gnu
Expand All @@ -27,6 +33,9 @@ matrix:
- env: TARGET=x86_64-unknown-linux-gnu
os: linux
rust: stable
- env: TARGET=x86_64-unknown-linux-gnu
os: linux
rust: 1.24.1

# macOS
- env: TARGET=x86_64-apple-darwin
Expand All @@ -35,6 +44,9 @@ matrix:
- env: TARGET=x86_64-apple-darwin
os: osx
rust: stable
- env: TARGET=x86_64-apple-darwin
os: osx
rust: 1.24.1

# iOS
- env: TARGET=x86_64-apple-ios
Expand All @@ -43,6 +55,9 @@ matrix:
- env: TARGET=x86_64-apple-ios
os: osx
rust: stable
- env: TARGET=x86_64-apple-ios
os: osx
rust: 1.24.1

install:
- rustup self update
Expand Down

0 comments on commit fd1a3ed

Please sign in to comment.