Skip to content

Commit 36c4446

Browse files
committed
Version 1.0.0
1 parent 14f57d4 commit 36c4446

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
.travis.yml export-ignore

.travis.yml

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

0 commit comments

Comments
 (0)