.travis.yml in graticule-2.5.0 vs .travis.yml in graticule-2.6.0

- old
+ new

@@ -1,17 +1,22 @@ language: ruby rvm: - - 1.9.3 - - 2.0.0 - - 2.1.1 + - 2.1 + - 2.2.4 + - 2.3.0 + - ruby-head before_install: - sudo apt-get install libxslt-dev libxml2-dev + - gem install bundler before_script: - cp test/config.yml.default test/config.yml only: - master +matrix: + allow_failures: + - rvm: ruby-head notifications: email: false webhooks: urls: - http://buildlight.collectiveidea.com/ - on_start: true + on_start: always