diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-28 19:28:43 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-28 19:28:43 -0700 |
commit | bc9847bde847a6da9741581bbbd66d3b7ca7b4c4 (patch) | |
tree | e0e21c8554f2e32ddaeb6d11eb0a41c09a406e4a /.travis.yml | |
parent | 45eba8d29f7c1400f9bfa26d38f0962668039d52 (diff) | |
download | qtlocation-mapboxgl-bc9847bde847a6da9741581bbbd66d3b7ca7b4c4.tar.gz |
headless is osx only right now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0011ff3383..2ca7779a91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,8 @@ script: - make llmr BUILDTYPE=${BUILDTYPE} - make linux BUILDTYPE=${BUILDTYPE} - make run-tests BUILDTYPE=${BUILDTYPE} -- make run-headless-test BUILDTYPE=${BUILDTYPE} +# TODO - port to linux +#- make run-headless-test BUILDTYPE=${BUILDTYPE} notifications: - hipchat: WB52YkcbCGMbNcStsGeaoRO7cyBSK4wX2ZHo2Y4b@GL |