Skip to content

Commit bfde8d3

Browse files
committed
Quote PHP versions & add Trusty dist
PHP 5.4 and 5.5 were failing build process on the default Xenial distribution. Attempting to use Trusty.
1 parent 911fa03 commit bfde8d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1+
dist: trusty
12
language: php
23

34
sudo: false
45

56
matrix:
67
include:
7-
- php: 5.4
8+
- php: '5.4'
89
env: phpunit_exclude_groups=datetimeinterface
9-
- php: 5.5
10-
- php: 5.6
11-
- php: 7.0
12-
- php: 7.1
13-
- php: 7.1
14-
- php: 7.2
10+
- php: '5.5'
11+
- php: '5.6'
12+
- php: '7.0'
13+
- php: '7.1'
14+
- php: '7.2'
1515

1616
cache:
1717
directories:

0 commit comments

Comments
 (0)