mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Updated travis with new cli commands
This commit is contained in:
parent
18869550a7
commit
7d5e9fb135
|
@ -24,7 +24,7 @@ before_script:
|
||||||
- ./vendor/bin/codecept build
|
- ./vendor/bin/codecept build
|
||||||
- php artisan key:generate
|
- php artisan key:generate
|
||||||
- php artisan db:seed --database=mysql --force
|
- php artisan db:seed --database=mysql --force
|
||||||
- php artisan admin:create --first_name=Alison --last_name=Foobar --email=me@example.com --username=snipe --password=password
|
- php artisan snipeit:create-admin --first_name=Alison --last_name=Foobar --email=me@example.com --username=snipe --password=password
|
||||||
- php artisan serve --port=8000 --host=localhost &
|
- php artisan serve --port=8000 --host=localhost &
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- pip install --user codecov
|
- pip install --user codecov
|
||||||
|
|
Loading…
Reference in a new issue