From 5bc39fec358ace8a913dac902a5428ad38bbae6f Mon Sep 17 00:00:00 2001 From: Jose Plana Date: Sat, 26 Oct 2013 00:25:42 +0200 Subject: Skip fix if not running in travis --- build_etcd.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_etcd.sh') diff --git a/build_etcd.sh b/build_etcd.sh index d65fcbb..818bf4f 100755 --- a/build_etcd.sh +++ b/build_etcd.sh @@ -4,5 +4,8 @@ cd etcd git checkout v0.1.2 ./build + +${TRAVIS:?"This is not a Travis build. All Done"} #Temporal solution to travis issue #155 sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm +echo "All Done" -- cgit v1.2.3