diff --git a/.travis.yml b/.travis.yml index 9275ae2..f151a46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,21 @@ sudo: true language: php php: - - 7.1 - 7.2 - -services: - - mysql + - 7.3 matrix: fast_finish: true + allowed_failures: + - php: 7.3 + +services: + - mysql branches: only: - /^8.x/ + - /master/ before_install: - export SCRIPT_DIR=$HOME/CLAW/.scripts diff --git a/composer.json b/composer.json index c9eecf3..a0f9479 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,9 @@ "description": "Drupal module for subjects and agents", "type": "drupal-module", "keywords": ["Drupal", "Islandora"], - "homepage": "https://github.com/islandora-claw/controlled_access_terms", + "homepage": "https://github.com/Islandora/controlled_access_terms", "support": { - "issues": "https://github.com/islandora-claw/CLAW/issues", - "irc": "irc://irc.freenode.net/islandora" + "issues": "https://github.com/Islandora/documentation/issues" }, "repositories": [ {