Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

Commit 43031d1

Browse files
Updated language targets
1 parent 43b0eba commit 43031d1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
4+
- '5.4'
5+
- '5.5'
6+
- '5.6'
7+
- '7.0'
8+
- hhvm
9+
- nightly
610

711
before_script:
812
- composer self-update

0 commit comments

Comments
 (0)