summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-29 14:51:05 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-29 14:51:05 -0700
commita501f8788f9be0ec97f4c54170e2e3af792dd1f6 (patch)
treef3f33adcd15dd73a9a7ced06d88ac7d91e6ceddd /.travis.yml
parenta83e749e0977ae057e9ae4e0e82cd2d3cf5b9bba (diff)
downloadqtlocation-mapboxgl-a501f8788f9be0ec97f4c54170e2e3af792dd1f6.tar.gz
[travis] fix syntax
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 99dad26fd3..789083764f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
before_script:
- if [[ ${CXX} == "g++" ]]; then export CXX="g++-4.8" ; fi
-- if [[ $BUILDTYPE} == "Debug" ]]; then export CXXFLAGS="-fsanitize=address -fsanitize=thread";export LDFLAGS="-fsanitize=address -fsanitize=thread"
+- if [[ $BUILDTYPE} == "Debug" ]]; then export CXXFLAGS="-fsanitize=address -fsanitize=thread";export LDFLAGS="-fsanitize=address -fsanitize=thread" ; fi
script:
- make llmr BUILDTYPE=${BUILDTYPE}