summaryrefslogtreecommitdiff
path: root/build_etcd.sh
diff options
context:
space:
mode:
authorJose Plana <jplana@gmail.com>2013-10-26 00:25:42 +0200
committerJose Plana <jplana@gmail.com>2013-10-26 00:25:42 +0200
commit5bc39fec358ace8a913dac902a5428ad38bbae6f (patch)
treeb08c0be7d6378a172261a7737c75e15260ac2e0f /build_etcd.sh
parent1726139d27ee636f58f728c078f1be19c62306fd (diff)
Skip fix if not running in travis
Diffstat (limited to 'build_etcd.sh')
-rwxr-xr-xbuild_etcd.sh3
1 files changed, 3 insertions, 0 deletions
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"