Working on TravisCI
This commit is contained in:
parent
f8066492e6
commit
40f7004a18
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
language: php
|
||||
|
||||
sudo: false
|
||||
sudo: true
|
||||
|
||||
php:
|
||||
- 5.5
|
||||
|
|
@ -64,8 +64,8 @@ script:
|
|||
|
||||
after_script:
|
||||
#- cat tests/_output/*
|
||||
#- cat /var/log/apache2/access.log
|
||||
#- cat /var/log/apache2/error.log
|
||||
- cat /var/log/apache2/access.log
|
||||
- cat /var/log/apache2/error.log
|
||||
- cat storage/logs/laravel.log
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue