Skip to content

Commit 6290613

Browse files
committed
Added: Travis configuration
1 parent 83d8bdf commit 6290613

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
7+
install: ant -logger org.apache.tools.ant.NoBannerLogger initialize
8+
9+
script: ant -logger org.apache.tools.ant.NoBannerLogger test
10+
11+
cache:
12+
directories:
13+
- vendor

0 commit comments

Comments
 (0)