summaryrefslogtreecommitdiff
path: root/build_etcd.sh
diff options
context:
space:
mode:
authorJose Plana <jplana@gmail.com>2013-10-25 21:26:29 +0200
committerJose Plana <jplana@gmail.com>2013-10-25 22:52:19 +0200
commit95120536eaa1bf74f8115b6cc266d3a384c38bb3 (patch)
tree7fd4f00c6c344bda7425d89c3585b84619c1f9c9 /build_etcd.sh
parent761c6c75995f83bf17415e146d0aef13f4eb4894 (diff)
Support integration test in travis
Diffstat (limited to 'build_etcd.sh')
-rwxr-xr-xbuild_etcd.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/build_etcd.sh b/build_etcd.sh
new file mode 100755
index 0000000..d65fcbb
--- /dev/null
+++ b/build_etcd.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+git clone https://github.com/coreos/etcd.git
+cd etcd
+git checkout v0.1.2
+./build
+
+#Temporal solution to travis issue #155
+sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm