summaryrefslogtreecommitdiff
path: root/scripts/travis_install_test_suite.sh
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 12:02:39 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 12:02:39 -0400
commit86230821e4da9605f5ac4a53d011835d37fc73e4 (patch)
tree77693f0be69c3fb978ba9b47fa2835bfe065099b /scripts/travis_install_test_suite.sh
parent15cf30652cf6b6d9a52bc6eb9815fd2e19ab78e3 (diff)
downloadqtlocation-mapboxgl-86230821e4da9605f5ac4a53d011835d37fc73e4.tar.gz
use test suite as submodule instead of using npm
Diffstat (limited to 'scripts/travis_install_test_suite.sh')
-rwxr-xr-xscripts/travis_install_test_suite.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/travis_install_test_suite.sh b/scripts/travis_install_test_suite.sh
deleted file mode 100755
index cb2422d70c..0000000000
--- a/scripts/travis_install_test_suite.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
- #
- # we'll need the test suite on Linux
- #
- mapbox_time "install_test_suite" \
- npm install git+https://github.com/mapbox/mapbox-gl-test-suite.git
-fi