github-ldap/.travis.yml

21 строка
286 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.1.0
env:
- TESTENV=openldap
- TESTENV=apacheds
install:
- if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi
- bundle install
script:
- ./script/cibuild-$TESTENV
matrix:
fast_finish: true
notifications:
email: false