Skip to content

Commit 1aa4f4d

Browse files
Add configuration for Travis CI
1 parent c4ff695 commit 1aa4f4d

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+
before_script:
4+
- composer install --prefer-source
5+
6+
php:
7+
- 5.4
8+
- 5.3
9+
10+
notifications:
11+
email: false
12+
irc: "irc.freenode.org#phpunit"

0 commit comments

Comments
 (0)