Skip to content

Commit ccbbe48

Browse files
committed
[travis] can we do without the matrix.
1 parent 3e95347 commit ccbbe48

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ branches:
99
language: python
1010
python:
1111
- "2.7"
12+
ruby:
13+
- "2.2.0"
1214

1315
cache:
1416
directories:
@@ -18,7 +20,6 @@ cache:
1820

1921
matrix:
2022
fast_finish: true
21-
2223
env:
2324
global:
2425
- CONCURRENCY=2
@@ -29,10 +30,6 @@ env:
2930
- DD_CASHER_DIR=/tmp/casher
3031
- secure: cljGaYMtRkLuW1xjGyF8W0ACrkBwHQTGJUaEoqxtIEJaVjLwcuznny9qzuQvF8YJhjs7g9eRAsZqWGpgRw765rzUB5C4Cp5GpUdTHS/fPINj3AXRzGztL2m6DHBidjEyYaX8dryO4xR0uCULwp4bSI0Rht71VqE90/6z1ehIzBs=
3132
matrix:
32-
- TRAVIS_FLAVOR=default
33-
- TRAVIS_FLAVOR=core_integration
34-
- TRAVIS_FLAVOR=checks_mock
35-
- TRAVIS_FLAVOR=system
3633

3734
# Override travis defaults with empty jobs
3835
before_install: echo "OVERRIDING TRAVIS STEPS"
@@ -45,7 +42,10 @@ script:
4542
# Needed if no cache exists
4643
- mkdir -p $INTEGRATIONS_DIR
4744
- ls -al $INTEGRATIONS_DIR
48-
- 'rake ci:run'
45+
- 'rake ci:run[default]'
46+
- 'rake ci:run[core_integration]'
47+
- 'rake ci:run[checks_mock]'
48+
- 'rake ci:run[system]'
4949
- ls -al $INTEGRATIONS_DIR
5050

5151
after_success:

0 commit comments

Comments
 (0)