.travis.yml in github-ldap-1.10.0 vs .travis.yml in github-ldap-1.10.1

- old
+ new

@@ -1,12 +1,18 @@ language: ruby rvm: - - 1.9.3 + - 2.0.0 - 2.1.0 env: - TESTENV=openldap - TESTENV=apacheds + +# https://docs.travis-ci.com/user/hosts/ +addons: + hosts: + - ad1.ghe.dev + - ad2.ghe.dev install: - if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi - bundle install