try to fix the broken travis-ci build

yml file may have had a mistake
This commit is contained in:
nhmall
2019-12-05 22:36:14 -05:00
parent 27c778ea2f
commit 3118454872

View File

@@ -31,7 +31,7 @@ matrix:
- qtbase5-dev
- qtmultimedia5-dev
- qtbase5-dev-tools
script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && QT_SELECT=5 && make fetch-lua && make MOC=moc install"
script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && make fetch-lua && make QT_SELECT=5 MOC=moc install"
- os: linux
env: DESCR=linux-bionic-gcc-x11 HINTS=linux-x11
dist: bionic