Skip to content

Commit 53b3bf7

Browse files
drupolshulard
authored andcommitted
Update Travis configuration.
1 parent 8a94111 commit 53b3bf7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.travis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
23
matrix:
34
include:
45
- php: 7.1
@@ -7,7 +8,16 @@ matrix:
78
- php: 7.2
89
- php: 7.2
910
env: deps=low
11+
- php: 7.3
12+
- php: 7.3
13+
env: deps=low
14+
- php: nightly
15+
env: deps=low
16+
- php: nightly
17+
allow_failures:
18+
- php: nightly
1019

20+
depth: 1
1121

1222
cache:
1323
directories:
@@ -19,10 +29,12 @@ before_script:
1929
script:
2030
- composer validate
2131
- composer update
22-
- bin/phpcs
23-
- bin/phpspec run --no-code-generation
32+
# - bin/phpcs
33+
- vendor/bin/phpspec run --no-code-generation
2434

2535
install:
2636
- travis_retry composer install
2737

28-
38+
after_success:
39+
- phpenv config-rm xdebug.ini
40+
- composer scrutinizer

0 commit comments

Comments
 (0)