.travis.yml in active_fedora-noid-1.1.2 vs .travis.yml in active_fedora-noid-1.1.3

- old
+ new

@@ -1,21 +1,16 @@ language: ruby cache: bundler -script: - - bundle exec rake spec environment=test sudo: false rvm: - - 2.2 - - 2.1 + - 2.3.1 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true + matrix: + - "RAILS_VERSION=4.2.7.1" + - "RAILS_VERSION=5.0.0.1" notifications: - email: - recipients: - - "ul-dlt-hydra@lists.psu.edu" - on_success: "change" - on_failure: "always" irc: channels: - "irc.freenode.org#projecthydra" template: - "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"