.travis.yml in curation_concerns-0.3.0 vs .travis.yml in curation_concerns-0.4.0
- old
+ new
@@ -4,5 +4,13 @@
rvm:
- 2.2
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
+notifications:
+ irc:
+ channels:
+ - "irc.freenode.org#projecthydra"
+ template:
+ - "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"
+before_script:
+ - jdk_switcher use oraclejdk8