POSIX shell.

This commit is contained in:
Martin Rotter 2016-08-24 11:12:25 +02:00
parent d1051c0351
commit efc4b71b78
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ else
# Linux. # Linux.
sudo apt-get update sudo apt-get update
sudo apt-get -y install qt57tools qt57base qt57webengine sudo apt-get -y install qt57tools qt57base qt57webengine
source /opt/qt57/bin/qt57-env.sh
fi fi

View File

@ -1,6 +1,7 @@
dist: trusty dist: trusty
language: cpp language: cpp
osx_image: xcode8 osx_image: xcode8
sudo: required
os: os:
- linux - linux
@ -18,7 +19,6 @@ before_install: ./.travis-before-install.sh
install: true install: true
script: script:
- source /opt/qt57/bin/qt57-env.sh
- mkdir rssguard-build && cd rssguard-build - mkdir rssguard-build && cd rssguard-build
- qmake .. - qmake ..
- make - make