summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-06 09:47:18 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-06 09:47:18 -0800
commit988d5bc1b85a05ae25c4d2848b3eb4233530a8d7 (patch)
tree9704c81ffb5df453394a3c5dbd91bc9532800eb9 /.travis.yml
parentf24b6d461d5bb0095d031fb92238b99593e9501b (diff)
downloadsubsurface-988d5bc1b85a05ae25c4d2848b3eb4233530a8d7.tar.gz
Travis: fix typo
I hate it when I do that. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 d26105eed..c26fec115 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ before_install:
rm -rf Qt ; mkdir -p Qt/5.9.1 ;
wget http://subsurface-divelog.org/downloads/Qt-5.9.1.tar.xz ; tar -xJ -C Qt/5.9.1 -f Qt-5.9.1.tar.xz ;
cd Qt/5.9.1 ; ln -s . gcc_64 ; cd .. ; ln -s 5.9.1/* . ; cd .. ;
- sed -i -e 's|1.0.1e|1.0.0\x00|g' Qt/lib/libQt5Network.so.5
+ sed -i -e 's|1.0.1e|1.0.0\x00|g' Qt/lib/libQt5Network.so.5 ;
fi
# TestPreferences uses gui calls, so run a xvfb so it has something to talk to
- "export DISPLAY=:99.0"