Skip to content

Commit 56d6bf6

Browse files
committed
split travis tests
1 parent e0a95e9 commit 56d6bf6

File tree

8 files changed

+48
-28
lines changed

8 files changed

+48
-28
lines changed

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,22 @@ matrix:
2424
- rvm: 2.0
2525
- rvm: 2.2
2626
script: bundle exec rake $SUITE
27-
env: SUITE="test test:docker config=test-travis-1.yaml"
27+
env: SUITE="test"
2828
- rvm: 2.2
2929
script: bundle exec rake $SUITE
30-
env: SUITE="test:docker config=test-travis-2.yaml"
30+
env: SUITE="test:docker config=test-travis-debian.yml"
31+
- rvm: 2.2
32+
script: bundle exec rake $SUITE
33+
env: SUITE="test:docker config=test-travis-centos.yml"
34+
- rvm: 2.2
35+
script: bundle exec rake $SUITE
36+
env: SUITE="test:docker config=test-travis-oel.yml"
37+
- rvm: 2.2
38+
script: bundle exec rake $SUITE
39+
env: SUITE="test:docker config=test-travis-fedora.yml"
40+
- rvm: 2.2
41+
script: bundle exec rake $SUITE
42+
env: SUITE="test:docker config=test-travis-ubuntu.yml"
3143

3244
deploy:
3345
provider: rubygems

test/integration/test-travis-1.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/integration/test-travis-2.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
images:
2+
- centos:5.11
3+
- centos:6.8
4+
- centos:7.2.1511
5+
provision:
6+
- script: bootstrap.sh
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
images:
2+
- debian:6.0.10
3+
- debian:7.11
4+
- debian:8.5
5+
provision:
6+
- script: bootstrap.sh
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
images:
2+
- fedora:20
3+
- fedora:21
4+
- fedora:22
5+
- fedora:23
6+
- fedora:24
7+
provision:
8+
- script: bootstrap.sh

test/integration/test-travis-oel.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
images:
2+
- oraclelinux:5.11
3+
- oraclelinux:6.8
4+
- oraclelinux:7.2
5+
provision:
6+
- script: bootstrap.sh
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
images:
2+
- ubuntu:10.04
3+
- ubuntu:12.04
4+
- ubuntu:14.04
5+
- ubuntu:16.04
6+
- ubuntu:16.10
7+
provision:
8+
- script: bootstrap.sh

0 commit comments

Comments
 (0)