Update .travis.yml
This commit is contained in:
+6
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user