POSIX shell.

This commit is contained in:
Martin Rotter 2016-08-24 12:01:01 +02:00
parent 09cbb25ad7
commit c973c1cbd6
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,4 @@ else
sudo add-apt-repository ppa:beineri/opt-qt57-trusty -y
sudo apt-get update
sudo apt-get -y install qt57tools qt57base qt57webengine
bash /opt/qt57/bin/qt57-env.sh
fi

View File

@ -1,5 +1,5 @@
language: cpp
osx_image: xcode8
osx_image: xcode7.3
sudo: required
dist: trusty
@ -19,6 +19,7 @@ before_install: ./.travis-before-install.sh
install: true
script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source /opt/qt57/bin/qt57-env.sh ; fi
- mkdir rssguard-build && cd rssguard-build
- qmake ..
- make