Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rust:
- nightly
- beta
- stable
- 1.13.0
os:
- linux
- osx
Expand All @@ -36,7 +37,18 @@ script:
done
- ./test-scripts/check-copyright-comments.sh

env:
- ARCH=x86_64
- ARCH=i686

script:
- cd */
- curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | bash

env:
global:
# Override the default `--features unstable` used for the nightly branch
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
matrix:
- ARCH=x86_64
- ARCH=i686