summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-12 17:02:38 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-12 17:02:38 -0700
commit985744fc79d22f1130bb230d023db20d88a761a0 (patch)
tree4e08cc4235e9fe6114c35a20970bdd5ccdaf4e29 /.travis.yml
parente47a450f34218254bc16b522875a72c37aa7c601 (diff)
downloadrust-libc-985744fc79d22f1130bb230d023db20d88a761a0.tar.gz
Run everything!
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
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