summaryrefslogtreecommitdiff
path: root/scripts/travis_install_test_suite.sh
blob: cb2422d70c7cb2b813a011bd768564ad694fba67 (plain)
1
2
3
4
5
6
7
8
9
#!/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