Skip to content

Commit 9d74c24

Browse files
authored
Add PHP 7.3
1 parent baa4d67 commit 9d74c24

1 file changed

Lines changed: 13 additions & 19 deletions

File tree

.travis.yml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
1-
21
language: php
32

43
git:
5-
depth: 5
4+
depth: 5
65

76
php:
8-
- 5.5
9-
- 5.6
10-
- 7.0
11-
- 7.1
12-
- 7.2
13-
14-
matrix:
15-
include:
16-
- php: hhvm-3.18
17-
dist: trusty
18-
sudo: required
7+
- 5.5
8+
- 5.6
9+
- 7.0
10+
- 7.1
11+
- 7.2
12+
- 7.3
1913

2014
install:
21-
- travis_retry composer self-update
22-
- travis_retry composer install
15+
- travis_retry composer self-update
16+
- travis_retry composer install
2317

2418
script:
25-
- vendor/bin/phug-dev check --report --coverage-php-version=5.6
19+
- vendor/bin/phug-dev check --report --coverage-php-version=5.6
2620

2721
notifications:
28-
slack: phug:nzXFnxhU14RWK2EQSDL0u08z
22+
slack: phug:nzXFnxhU14RWK2EQSDL0u08z
2923

3024
addons:
31-
code_climate:
32-
repo_token: 51c4d2fc70d816c3206e22a97f6c4d50cff4fe9dab77cd38c24742e6b2273696
25+
code_climate:
26+
repo_token: 51c4d2fc70d816c3206e22a97f6c4d50cff4fe9dab77cd38c24742e6b2273696

0 commit comments

Comments
 (0)