Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2015-10-07 15:21:57 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2015-10-07 15:21:57 +0300
commit1fdc8d83b9915f57d0e1b2f9a03167a608330d6a (patch)
treef9c3b3a25f4f93deeffde5c4d5520130c22c82f6 /.travis.yml
parent071ef40df9d464634bf2840977666e332e15cf63 (diff)
Remove all hhvm fragments
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 3b0ff29d8..ca9431566 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ php:
- 5.5
- 5.6
- 7
- - hhvm
env:
global:
@@ -53,8 +52,8 @@ script:
- phpunit --configuration phpunit.xml
# Create coverage report
- - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
- - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
+ - sh -c "wget https://scrutinizer-ci.com/ocular.phar"
+ - sh -c "php ocular.phar code-coverage:upload --format=php-clover clover.xml"
matrix:
include:
- php: 5.4
@@ -69,6 +68,5 @@ matrix:
env: "DB=mysql CORE_BRANCH=stable7"
allow_failures:
- - php: hhvm
- php: 7
fast_finish: true