浏览代码

Update .travis.yml

hhvm-nightly is no longer supported in travis ci so remove it.
paladox 9 年之前
父节点
当前提交
27b4afcde6
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      .travis.yml

+ 1 - 5
.travis.yml

@@ -19,12 +19,9 @@ php:
   - 5.6
   - 7.0
   - hhvm
-  - hhvm-nightly
 
 matrix:
   fast_finish: true
-  allow_failures:
-    - php: hhvm-nightly
 
 before_script:
     - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
@@ -34,7 +31,6 @@ before_script:
     - git config --global user.email travis@example.com
 
 script:
-    - ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml --colors=always {} || (echo -e "\e[41mFAILED\e[0m {}" && $(exit 1));'
-
+    - ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml --col1
 git:
   depth: 5