diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-07-26 14:47:14 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-05 11:42:22 +0200 |
commit | 163fc3c11350e714978b3f06daac5df931828152 (patch) | |
tree | 225852964fc8fe6a44ac74133cd44ad88e77c500 /docker | |
parent | 140908568b5e5759e888715e8795c11e7c64218c (diff) | |
download | qtlocation-mapboxgl-163fc3c11350e714978b3f06daac5df931828152.tar.gz |
[build] fix various CI builds
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/linux/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/linux/test.sh b/docker/linux/test.sh index 21632daa18..207f7679cf 100755 --- a/docker/linux/test.sh +++ b/docker/linux/test.sh @@ -21,4 +21,4 @@ source ./scripts/travis_helper.sh source ./scripts/travis_setup.sh make linux -make test-linux +make test |