projects
/
php-functional.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50de290
)
use only one env
author
widmogrod
<widmogrod@gmail.com>
Sat, 12 Aug 2017 14:53:13 +0000
(16:53 +0200)
committer
widmogrod
<widmogrod@gmail.com>
Sat, 12 Aug 2017 14:53:13 +0000
(16:53 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
c232317
..
9fcbfa5
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-12,7
+12,6
@@
matrix:
include:
- php: 7.1
env: COVERAGE=yes
- env: CHECK_STYLE=yes
allow_failures:
- php: hhvm
@@
-29,7
+28,7
@@
install:
script:
- composer test
- if [[ $COVERAGE == yes ]]; then composer testc; fi
- - if [[ $C
HECK_STYL
E == yes ]]; then composer check-code; fi
+ - if [[ $C
OVERAG
E == yes ]]; then composer check-code; fi
after_success:
- if [[ $COVERAGE == yes ]]; then composer codeclimate-send-coverage; fi