Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit 6d822cd

Browse files
committed
Travis.yml added
1 parent 4eba646 commit 6d822cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)