summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-03-24 14:53:08 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-03-24 14:53:08 -0700
commit35a6c931bcc6b2862d0c66c6f279176e779c636e (patch)
treed2fef007367b87b24563a755b867c86021e8951f
parent92f29746d97abc8f096532fa4d95f8316b72a79b (diff)
downloadansible-35a6c931bcc6b2862d0c66c6f279176e779c636e.tar.gz
Run longest running tests first to see if we shave off a few minutes
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index b23c342509..c3d250b9e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,12 @@ services:
language: python
matrix:
include:
- - env: TARGET=sanity TOXENV=py24
+ - env: TARGET=centos6
+ - env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
+ - env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
+ - env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
+ - env: TARGET=ubuntu1204
+ - env: TARGET=ubuntu1404
- env: TARGET=sanity TOXENV=py26
python: 2.6
- env: TARGET=sanity TOXENV=py27
@@ -14,12 +19,7 @@ matrix:
python: 3.4
- env: TARGET=sanity TOXENV=py35
python: 3.5
- - env: TARGET=centos6
- - env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
- - env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
- - env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
- - env: TARGET=ubuntu1204
- - env: TARGET=ubuntu1404
+ - env: TARGET=sanity TOXENV=py24
addons:
apt:
sources: