Use travis-ci artifacts
This commit is contained in:
parent
b6eddec7ef
commit
9bf7868e28
2 changed files with 3 additions and 7 deletions
|
@ -12,6 +12,9 @@ addons:
|
|||
packages:
|
||||
- nginx
|
||||
- realpath
|
||||
artifacts:
|
||||
paths:
|
||||
- $(ls tests/Browser/screenshot/*.png | tr "\n" ":")
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
@ -58,4 +61,3 @@ script:
|
|||
- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
||||
- php artisan dusk
|
||||
- php artisan security:check
|
||||
- travis/upload-failure-screenshots.sh
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
for f in tests/Browser/screenshots/*.png
|
||||
do
|
||||
curl -v -F "upload=@$f" -F "format=txt" http://uploads.im/api
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue