Skip to content

Commit 70bc4fb

Browse files
Added .travis.yml
1 parent db152e4 commit 70bc4fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
7+
before_script: composer install --dev
8+
9+
notifications:
10+

0 commit comments

Comments
 (0)