projects
/
GitHub
/
Stricted
/
Domain-Control-Panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25bbde
)
phpcs currently not woking on php7 and hhvm, so remove hhvm an allow php7 to failure
author
Stricted
<info@stricted.de>
Wed, 23 Dec 2015 19:55:06 +0000
(20:55 +0100)
committer
Stricted
<info@stricted.de>
Wed, 23 Dec 2015 19:55:06 +0000
(20:55 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 336093a836a1c6b0250b76c9b3d4d47308cf410b..ef0778ce66d44295160c420ff19a5788e7244aea 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-6,11
+6,10
@@
php:
- 5.5
- 5.6
- 7.0
- - hhvm
matrix:
+ fast_finish: true
allow_failures:
- php: 7.0
- - php: hhvm
before_install:
- pear install pear/PHP_CodeSniffer
- phpenv rehash