Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.

Commit eb7d09b

Browse files
author
Laurent MINGUET
committed
better travis configuration
1 parent 0b559c1 commit eb7d09b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: php
22
php:
3-
- "5.4"
4-
- "5.3"
5-
before_script: composer install
3+
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
9+
before_script:
10+
- composer install
11+
612
env: SVN_BIN=/usr/bin/svn GIT_BIN=/usr/bin/git

0 commit comments

Comments
 (0)