Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed May 25, 2016
1 parent 3f8ea91 commit 57a28fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env:
matrix:
fast_finish: true
include:
- env: DB=mysql; MW=1.25.1; TYPE=coverage
- env: DB=mysql; MW=1.25.6; TYPE=coverage
php: 5.6
- env: DB=sqlite; MW=1.24.2;
php: 5.4
- env: DB=mysql; MW=1.25.1
- env: DB=mysql; MW=1.26.3
php: hhvm
exclude:
- env: THENEEDFORTHIS=FAIL
Expand All @@ -39,3 +39,7 @@ notifications:
- "chat.freenode.net#semantic-mediawiki"
on_success: change
on_failure: always

cache:
directories:
- $HOME/.composer/cache
8 changes: 4 additions & 4 deletions tests/travis/install-semantic-cite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ function installToMediaWikiRoot {

if [ "$PHPUNIT" != "" ]
then
composer require 'phpunit/phpunit='$PHPUNIT --prefer-source --update-with-dependencies
composer require 'phpunit/phpunit='$PHPUNIT --update-with-dependencies
else
composer require 'phpunit/phpunit=4.7.*' --prefer-source --update-with-dependencies
composer require 'phpunit/phpunit=4.7.*' --update-with-dependencies
fi

if [ "$SCI" != "" ]
then
composer require 'mediawiki/semantic-scite='$SCI --prefer-source --update-with-dependencies
composer require 'mediawiki/semantic-scite='$SCI --update-with-dependencies
else
composer init --stability dev
composer require mediawiki/semantic-cite "dev-master" --prefer-source --dev
composer require mediawiki/semantic-cite "dev-master" --dev

cd extensions
cd SemanticCite
Expand Down

0 comments on commit 57a28fe

Please sign in to comment.