Skip to content

Commit d68b397

Browse files
committed
Initial commit of travis ci
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
1 parent c8847c0 commit d68b397

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
3+
branches:
4+
only:
5+
- master
6+
7+
php:
8+
- 5.3
9+
- 5.4
10+
11+
before_script:
12+
- curl -s http://getcomposer.org/installer | php
13+
- php composer.phar install --dev
14+
15+
script: phpunit

0 commit comments

Comments
 (0)