Skip to content

Commit 5844fe6

Browse files
committed
Fast finish, simplify script, remove extraneous bits
1 parent 392410f commit 5844fe6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
4-
- 2.1.0
3+
- 1.9.3
4+
- 2.1.0
55

66
env:
7-
matrix:
8-
- TESTENV=openldap
9-
- TESTENV=apacheds
7+
- TESTENV=openldap
8+
- TESTENV=apacheds
109

1110
install:
1211
- if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi
1312

1413
script:
15-
- if [ "$TESTENV" = "openldap" ]; then ./script/cibuild-openldap; fi
16-
- if [ "$TESTENV" = "apacheds" ]; then ./script/cibuild-apacheds; fi
14+
- ./script/cibuild-$TESTENV
1715

16+
matrix:
17+
fast_finish: true
1818
notifications:
1919
email: false

0 commit comments

Comments
 (0)