more fixes for travis

This commit is contained in:
Nabeel Shahzad
2017-06-08 22:50:22 -05:00
parent 616f44f9c5
commit 5e323c3310
5 changed files with 25 additions and 28 deletions
+8 -2
View File
@@ -5,5 +5,11 @@ php:
- '7.1'
- hhvm
install:
- make
before_script:
- cp .env.travis .env
# - mysql -e 'create database phpvms_test;'
- composer self-update
- make build
script:
- vendor/bin/phpunit