More travis fixes
This commit is contained in:
parent
7141968d64
commit
d0637d38f3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ php:
|
||||||
before_script:
|
before_script:
|
||||||
- phantomjs --webdriver=4444 &
|
- phantomjs --webdriver=4444 &
|
||||||
- sleep 4
|
- sleep 4
|
||||||
- mysql -e "create database IF NOT EXISTS snipeit_unit;" -utravis
|
- mysql -e 'CREATE DATABASE snipeit_unit;'
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install -n --prefer-source
|
- composer install -n --prefer-source
|
||||||
- chmod -R 777 storage
|
- chmod -R 777 storage
|
||||||
|
|
Loading…
Add table
Reference in a new issue