Skip to content

Commit 0a7f5a6

Browse files
Adds Travis CI config
1 parent 25c2322 commit 0a7f5a6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- '5.3'
4+
- '5.4'
5+
- '5.5'
6+
- '5.6'
7+
8+
install: travis_retry composer update --no-interaction --no-progress --no-suggest --prefer-stable

0 commit comments

Comments
 (0)