summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/deps/cryfs/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/deps/cryfs/.travis.yml')
-rw-r--r--testing/source/vtown/deps/cryfs/.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/source/vtown/deps/cryfs/.travis.yml b/testing/source/vtown/deps/cryfs/.travis.yml
deleted file mode 100644
index 703006d32..000000000
--- a/testing/source/vtown/deps/cryfs/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: cpp
-sudo: required
-os: osx
-compiler:
-# - gcc
-- clang
-env:
- - BUILD_TARGET=Debug
- - BUILD_TARGET=Release
- - BUILD_TARGET=RelWithDebInfo
-install:
-- .travisci/install.sh
-script:
-- .travisci/build_and_test.sh
-cache: ccache