mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
More travis fixes
This commit is contained in:
parent
7141968d64
commit
d0637d38f3
|
@ -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…
Reference in a new issue