File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ branches:
99language : python
1010python :
1111 - " 2.7"
12+ ruby :
13+ - " 2.2.0"
1214
1315cache :
1416 directories :
1820
1921matrix :
2022 fast_finish : true
21-
2223env :
2324 global :
2425 - CONCURRENCY=2
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
3835before_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
5151after_success :
You can’t perform that action at this time.
0 commit comments