aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.sh b/.travis.sh
deleted file mode 100755
index 382290f..0000000
--- a/.travis.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /bin/bash
-# Copyright (C) 2017 Sebastian Pipping <sebastian@pipping.org>
-# Licensed under the 3-Clause BSD license
-set -e
-
-PS4='# '
-set -x
-
-
-# Install BATS that the test suite relies on
-git clone --depth 1 https://github.com/sstephenson/bats.git
-( cd bats && sudo ./install.sh /usr/local )
-
-
-# Run test suite
-./test.bats