diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-13 17:40:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-13 18:17:15 +0200 |
commit | c0656fb4ef77cfa7f95912a97a8cef27180ec089 (patch) | |
tree | ec853d960e95a9032e5c2ef6f0fb903fd977479f /apps/dav | |
parent | e89ce4a681ca540677fef846c961cc6df78e1d1d (diff) | |
download | nextcloud-server-c0656fb4ef77cfa7f95912a97a8cef27180ec089.tar.gz nextcloud-server-c0656fb4ef77cfa7f95912a97a8cef27180ec089.zip |
Move Travis tests to DroneCI
Should give us some quicker test execution speed as we're not limited by Travis
Explicitly invoke with "bash"
Install instance already
Use newest litmus container
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/tests/travis/litmus-v1/install.sh | 12 | ||||
-rw-r--r-- | apps/dav/tests/travis/litmus-v2/install.sh | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/apps/dav/tests/travis/litmus-v1/install.sh b/apps/dav/tests/travis/litmus-v1/install.sh deleted file mode 100644 index 0ee2cb08d82..00000000000 --- a/apps/dav/tests/travis/litmus-v1/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -# compile litmus -if [ ! -f /tmp/litmus/litmus-0.13.tar.gz ]; then - mkdir -p /tmp/litmus - wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz - cd /tmp/litmus - tar -xzf litmus-0.13.tar.gz - cd /tmp/litmus/litmus-0.13 - ./configure - make -fi diff --git a/apps/dav/tests/travis/litmus-v2/install.sh b/apps/dav/tests/travis/litmus-v2/install.sh deleted file mode 100644 index 0ee2cb08d82..00000000000 --- a/apps/dav/tests/travis/litmus-v2/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -# compile litmus -if [ ! -f /tmp/litmus/litmus-0.13.tar.gz ]; then - mkdir -p /tmp/litmus - wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz - cd /tmp/litmus - tar -xzf litmus-0.13.tar.gz - cd /tmp/litmus/litmus-0.13 - ./configure - make -fi |