Skip to content

Commit c808673

Browse files
authored
V1.1.0 (#3)
* v1.1.0 * Added .travis.yml
1 parent 15f33bf commit c808673

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
php:
3+
- '5.4'
4+
- '5.5'
5+
- '5.6'
6+
- '7.0'
7+
- '7.1'
8+
- hhvm
9+
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
13+
14+
install:
15+
- composer install

0 commit comments

Comments
 (0)