summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 13:12:38 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 13:53:46 +0100
commit4acbcfb1e995c5cbbe5a614b52393e8a78b8652a (patch)
tree27f429e7e0f146090f9693ff52a497e67eab02d0 /.travis.yml
parent44f970e0d9cb00525f9b42d355b7ead6265bd87d (diff)
.travis.yml: Remove unused before_script for osx builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a5ba246fa..696babbf6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,8 +47,6 @@ matrix:
- export QTDIR="$(find /usr/local/Cellar/qt -d 1 | tail -n 1)"
install:
- scons $COMMON_FLAGS $EXTRA_FLAGS
- before_script:
- - export
script:
# lldb doesn't provide an easy way to exit 1 on error:
# https://bugs.llvm.org/show_bug.cgi?id=27326