From 035ff5ed687090492a274b82b5acb61f030a4617 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 22 Feb 2017 20:34:55 +0000 Subject: [PATCH] Try and upload the failure screenshot --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c46d1130..77bc908a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,4 +50,4 @@ script: #- phpdbg -qrr vendor/bin/phpunit --coverage-text - php artisan dusk --filter test_client_page_creates_new_note #- php artisan security:check - - ls -l tests/Browser/screenshots + - curl -F 'file=@./tests/Browser/screenshots/failure-test_client_page_creates_new_note-0.png' -F 'filename=failure-test_client_page_creates_new_note-0.png' http://pixeldra.in/api/upload