Skip to content

Commit 3ab6a4f

Browse files
committed
.travis.yml
1 parent 718520e commit 3ab6a4f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
3+
php:
4+
- 5.2
5+
- 5.3
6+
- 5.4
7+
8+
script:
9+
- phpunit --strict --verbose ./tests
10+
11+
notifications:
12+
email: false

0 commit comments

Comments
 (0)