Use travis-ci artifacts

This commit is contained in:
Jonny Barnes 2017-02-23 15:57:55 +00:00
parent b6eddec7ef
commit 9bf7868e28
2 changed files with 3 additions and 7 deletions

View file

@ -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