Remove old Travis files
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
253b245a1c
commit
f407504679
2 changed files with 0 additions and 22 deletions
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
# Kill background processes on exit
|
||||
trap 'kill -9 $(jobs -p)' SIGINT SIGTERM EXIT
|
||||
|
||||
export DOCKER_HOST=tcp://localhost:4243
|
||||
orchard proxy -H $TRAVIS_JOB_ID $DOCKER_HOST &
|
||||
sleep 2
|
||||
nosetests -v
|
||||
Loading…
Add table
Add a link
Reference in a new issue