Skip to content

Commit d542be1

Browse files
authored
Create .travis.yml
1 parent 816d4cb commit d542be1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sudo: false
2+
3+
language: php
4+
php:
5+
- hhvm
6+
- 7
7+
- 5.6
8+
9+
before_script:
10+
- composer update --no-interaction
11+
12+
script:
13+
- mkdir -p build/logs
14+
- phpunit -c tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
15+
16+
after_script:
17+
- php ./vendor/bin/coveralls -v

0 commit comments

Comments
 (0)