aboutsummaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rw-r--r--.travis19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis b/.travis
deleted file mode 100644
index 07d22bf..0000000
--- a/.travis
+++ /dev/null
@@ -1,19 +0,0 @@
-sudo: false
-
-os:
- - linux
- - osx
- - windows
-
-language: d
-
-d:
- - dmd-2.072.1
-
-env:
- matrix:
- - ARCH=x86
- - ARCH=x86_64
-
-script:
- - dub test --arch=$ARCH