From e65bddc8dc1356d938e86d628971ab804a5cfa6d Mon Sep 17 00:00:00 2001 From: willtp87 Date: Sat, 19 Jul 2014 15:51:01 +0000 Subject: [PATCH 1/2] php 5.5 in test matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 84b226d0..ed29dbcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 5.3.3 - 5.4 + - 5.5 branches: only: - /^7.x/ From 369a99712312126d7c97661d67b256b2c9f5a39d Mon Sep 17 00:00:00 2001 From: nruest Date: Tue, 22 Jul 2014 19:53:05 -0400 Subject: [PATCH 2/2] Add travis #islandora irc notifications --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84b226d0..213b8bcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,5 @@ script: - drush test-run --uri=http://localhost:8081 Islandora after_failure: - $ISLANDORA_DIR/tests/scripts/travis_after_failure.sh +notifications: + irc: "irc.freenode.org#islandora"