Skip to content

Commit cc5fbe0

Browse files
committed
test by travis
1 parent 2130f27 commit cc5fbe0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.travis.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
sudo: false
2+
3+
dist: trusty
4+
5+
language: php
6+
7+
php:
8+
- nightly
9+
- 7.2
10+
- 7.1
11+
- 7.0
12+
- 5.6
13+
- 5.5
14+
- 5.4
15+
16+
matrix:
17+
allow_failures:
18+
- php: nightly
19+
include:
20+
- php: "5.3"
21+
dist: precise
22+
23+
before_script:
24+
- composer update --no-interaction
25+
26+
script:
27+
- composer test

0 commit comments

Comments
 (0)