Skip to content

Commit b9dca8d

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 399f702 + edd1002 commit b9dca8d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
language: php
2-
script: phpunit tests
2+
33
php:
44
- 5.3
55
- 5.4
66
- 5.5
7-
- hhvm
7+
# - hhvm
8+
9+
before_script:
10+
- wget http://getcomposer.org/composer.phar
11+
- php composer.phar install --dev
12+
13+
script: ./vendor/bin/phpunit tests

0 commit comments

Comments
 (0)