summaryrefslogtreecommitdiff
path: root/scripts/travis_install.sh
blob: eca24e719c4eb64375852a24c26fc46e4acf3804 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
    #
    # we'll need the test suite on Linux
    #
    npm install git+https://github.com/mapbox/mapbox-gl-test-suite.git
fi