We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392410f commit 5844fe6Copy full SHA for 5844fe6
.travis.yml
@@ -1,19 +1,19 @@
1
language: ruby
2
rvm:
3
- - 1.9.3
4
- - 2.1.0
+ - 1.9.3
+ - 2.1.0
5
6
env:
7
- matrix:
8
- - TESTENV=openldap
9
- - TESTENV=apacheds
+ - TESTENV=openldap
+ - TESTENV=apacheds
10
11
install:
12
- if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi
13
14
script:
15
- - if [ "$TESTENV" = "openldap" ]; then ./script/cibuild-openldap; fi
16
- - if [ "$TESTENV" = "apacheds" ]; then ./script/cibuild-apacheds; fi
+ - ./script/cibuild-$TESTENV
17
+matrix:
+ fast_finish: true
18
notifications:
19
email: false
0 commit comments