diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-09-12 17:02:38 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-09-12 17:02:38 -0700 |
commit | 985744fc79d22f1130bb230d023db20d88a761a0 (patch) | |
tree | 4e08cc4235e9fe6114c35a20970bdd5ccdaf4e29 /.travis.yml | |
parent | e47a450f34218254bc16b522875a72c37aa7c601 (diff) | |
download | rust-libc-985744fc79d22f1130bb230d023db20d88a761a0.tar.gz |
Run everything!
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index cf6efe2a55..94ec9f3f67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,19 @@ language: rust sudo: required -# rust: -# - 1.0.0 -# - beta -# - stable +rust: + - 1.0.0 + - beta + - stable services: - docker script: - sh ci/run-travis.sh -# os: -# - linux -# - osx -# env: -# - ARCH=i686 -# - ARCH=x86_64 +os: + - linux + - osx +env: + - ARCH=i686 + - ARCH=x86_64 matrix: include: - os: linux |