Update .travis.yml

This commit is contained in:
Daniel
2019-06-05 23:36:30 +02:00
committed by GitHub
parent fe1cc25434
commit ee4d27fbaa
+6 -6
View File
@@ -72,12 +72,12 @@ jobs:
build
- script: mkdir -pv out && sshpass -p "${passwd}" torify rsync -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -Pavr ${login}@${tor}:/mnt/.sda1/travis/danio-gcc/64/* ${login}@${tor}:/mnt/.sda1/travis/danio-gcc/32/* out && sshpass -p "${passwd}" torify ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ${login}@${tor} rm -rvf /mnt/.sda1/travis/danio-gcc/64/* /mnt/.sda1/travis/danio-gcc/32/*
- deploy:
provider: releases
api_key: ${token}
file_glob: true
file: out/*
on:
tags: true
provider: releases
api_key: ${token}
file_glob: true
file: out/*
on:
tags: true
after_failure:
- tail -n 1000 error.log