File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+
1
3
language : php
2
4
3
5
php :
6
8
- 7.0
7
9
- hhvm
8
10
9
- sudo : false
11
+ matrix :
12
+ allow_failures :
13
+ - php : hhvm
14
+ fast_finish : true
15
+
16
+ notifications :
17
+ on_success : never
18
+ on_failure : always
19
+
20
+ git :
21
+ depth : 1
10
22
11
23
before_install :
12
24
- composer self-update
@@ -19,15 +31,4 @@ before_script:
19
31
20
32
script :
21
33
- vendor/bin/phpunit
22
- - sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .; fi"
23
-
24
- matrix :
25
- allow_failures :
26
- - php : hhvm
27
- - php : 7.0
28
- fast_finish : true
29
-
30
-
31
- notifications :
32
- on_success : never
33
- on_failure : always
34
+ - vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .
You can’t perform that action at this time.
0 commit comments