Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2017-10-29 19:38:58 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2017-11-01 02:46:36 +0300
commit7c4648030f4256c8e405db470c0f3d77cd225add (patch)
treee5c5cdf9f15682ba1d430380adb8902e0241b344 /script
parent4e267bb1efdd0a295c3b6909f74cf9c60b6856a4 (diff)
Run rake directly without xvfb on travis
closes #7654
Diffstat (limited to 'script')
-rwxr-xr-xscript/ci/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/script/ci/build.sh b/script/ci/build.sh
deleted file mode 100755
index 376917c83..000000000
--- a/script/ci/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-command="bundle exec rake --trace ci:travis:${BUILD_TYPE}"
-
-exec xvfb-run --auto-servernum --server-num=1 --server-args="-screen 0 1280x1024x8" $command