Skip to content

Commit 07dfb4d

Browse files
committed
build: travis
1 parent bbc1456 commit 07dfb4d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
sudo: required
2+
3+
cache:
4+
directories:
5+
- $HOME/.composer/cache
6+
7+
git:
8+
depth: 1
9+
10+
language: php
11+
php:
12+
- 5.4
13+
- 5.5
14+
- 5.6
15+
- 7.0
16+
- 7.1
17+
18+
install:
19+
- composer install --prefer-dist
20+
21+
script:
22+
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)