We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a94111 commit 53b3bf7Copy full SHA for 53b3bf7
.travis.yml
@@ -1,4 +1,5 @@
1
language: php
2
+
3
matrix:
4
include:
5
- php: 7.1
@@ -7,7 +8,16 @@ matrix:
7
8
- php: 7.2
9
10
env: deps=low
11
+ - php: 7.3
12
13
+ env: deps=low
14
+ - php: nightly
15
16
17
+ allow_failures:
18
19
20
+depth: 1
21
22
cache:
23
directories:
@@ -19,10 +29,12 @@ before_script:
29
script:
30
- composer validate
31
- composer update
- - bin/phpcs
- - bin/phpspec run --no-code-generation
32
+ # - bin/phpcs
33
+ - vendor/bin/phpspec run --no-code-generation
24
34
25
35
install:
26
36
- travis_retry composer install
27
37
28
-
38
+after_success:
39
+ - phpenv config-rm xdebug.ini
40
+ - composer scrutinizer
0 commit comments