Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.
/ browser Public archive

Commit a5401b3

Browse files
committed
Added .travis.yml
1 parent bf4067a commit a5401b3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 5.3.3
5+
- 5.3
6+
- 5.4
7+
- 5.5
8+
9+
matrix:
10+
allow_failures:
11+
- php: 5.5
12+
13+
before_script:
14+
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)