Skip to content

Commit eded794

Browse files
committed
Add PHP 7.3 to Travis
1 parent abc3fbf commit eded794

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1
87
- 7.2
8+
- 7.3
99
- hhvm
1010
- nightly
1111

12-
sudo: false
13-
1412
matrix:
13+
include:
14+
- php: 5.5
15+
dist: trusty
1516
allow_failures:
1617
- php: hhvm
17-
18-
before_install:
19-
- composer self-update
18+
- php: nightly
2019

2120
install:
2221
- composer require "php-http/guzzle6-adapter:^1.0" --no-update

0 commit comments

Comments
 (0)