diff --git a/.travis.yml b/.travis.yml index 2261f949..0b2521c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details +# See https://github.com/silverstripe/silverstripe-travis-support for setup details language: php php: @@ -17,9 +17,11 @@ matrix: env: DB=MYSQL CORE_RELEASE=3 - php: 5.4 env: DB=MYSQL CORE_RELEASE=3 + - php: 7.1 + env: DB=MYSQL CORE_RELEASE=3.6 before_script: - - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support + - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss diff --git a/composer.json b/composer.json index bc0bda7d..e8e958b5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "silverstripe/comments": ">=1.2" + "silverstripe/comments": "^2.0" }, "require-dev": { "phpunit/PHPUnit": "~3.7@stable" diff --git a/readme.md b/readme.md index be56abc8..0db23bba 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Comment Notifications -[![Build Status](https://secure.travis-ci.org/silverstripe-labs/comment-notifications.png?branch=master)](http://travis-ci.org/silverstripe-labs/comment-notifications) +[![Build Status](https://secure.travis-ci.org/silverstripe/comment-notifications.png?branch=master)](http://travis-ci.org/silverstripe/comment-notifications) Provides simple comment notifications @@ -13,4 +13,4 @@ composer require silverstripe/comment-notifications 1.0.x-dev ## Configuration Check out the [CommentNotifiable](code/CommentNotifiable.php) class for the list of options you can -override in your page class. \ No newline at end of file +override in your page class.