summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-09 23:19:37 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-09 23:19:37 -0400
commitdd986d7fe92d08766520ae07a6249f2ee66817b7 (patch)
treec82918e583dbad042a9fa6782896f916292c03b4 /.travis.yml
parentf83cd63b11f3fa6e85cd5bb0f803a69fa05efa84 (diff)
Add standard Linux CI (GNU libc).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d2ce599a..1d4a8939 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,9 @@ matrix:
- os: linux
rust: nightly
env: TARGET=x86_64-unknown-linux-musl
+ - os: linux
+ rust: nightly
+ env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: nightly
env: TARGET=i686-apple-darwin
@@ -25,6 +28,9 @@ matrix:
- os: linux
rust: beta
env: TARGET=x86_64-unknown-linux-musl
+ - os: linux
+ rust: beta
+ env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: beta
env: TARGET=x86_64-apple-darwin
@@ -32,6 +38,9 @@ matrix:
- os: linux
rust: 1.9.0
env: TARGET=x86_64-unknown-linux-musl
+ - os: linux
+ rust: 1.9.0
+ env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: 1.9.0
env: TARGET=x86_64-apple-darwin