BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295960

Change subject: travis.yml changes
......................................................................

travis.yml changes

* Include deps when updating codesniffer and phpunit
* Exclude HHVM failures again. The bug is fixed, but only with HHVM >=
  3.10.0 and Travis uses and older version from Ubuntu.
* Add PHP 7 and hhvm-nightly test targets

Change-Id: Iee80414f217f4c73d62dc449c979e7c81d16a2f0
---
M .travis.yml
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/slimapp 
refs/changes/60/295960/1

diff --git a/.travis.yml b/.travis.yml
index 46bda53..811c70d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,13 +4,18 @@
   - "5.4"
   - "5.5"
   - "5.6"
+  - "7.0"
   - "hhvm"
+  - "hhvm-nightly"
+matrix:
+  allow_failures:
+    - php: "hhvm"  # need HHVM >= 3.10.0
 sudo: false
 env:
   global:
     - COMPOSER_DISABLE_XDEBUG_WARN=1
 install:
   - composer install
-  - composer update mediawiki/mediawiki-codesniffer phpunit/phpunit
+  - composer update --with-dependencies mediawiki/mediawiki-codesniffer 
phpunit/phpunit
 script:
   - composer test

-- 
To view, visit https://gerrit.wikimedia.org/r/295960
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee80414f217f4c73d62dc449c979e7c81d16a2f0
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/slimapp
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to