Skip to content

Commit c96fa90

Browse files
authored
Merge pull request #51 from messagebird/travis-config-fix
Set distribution in travis config to precise
2 parents 044b0cd + c86efe0 commit c96fa90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
dist: precise
23
php:
34
- 5.3
45
- 5.4
@@ -13,6 +14,7 @@ matrix:
1314
allow_failures:
1415
- php: 7.0
1516
- php: 7.1
17+
- php: hhvm
1618
- php: hhvm-nightly
1719

1820
script: phpunit --verbose

0 commit comments

Comments
 (0)