Navigation Menu

Skip to content

Commit

Permalink
Travis CI: trying to use Docker with Ubuntu 16.04 LTS (#1395).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 11, 2017
1 parent d57a712 commit 8c11c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/travisciinstall
Expand Up @@ -10,7 +10,8 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
apt -y --force-yes -qq install cmake g++-5 git libgl1-mesa-dev libglu1-mesa-dev ninja-build; \
apt -y --force-yes -qq install qt56location qt56multimedia qt56sensors qt56svg qt56tools qt56webchannel; \
which g++; \
g++ --version"
echo $PATH; \
/usr/bin/g++ --version"
else
brew update
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/106d0878ee812cb8f5c403f717bdebe836445aee/Formula/qt5.rb
Expand Down

0 comments on commit 8c11c44

Please sign in to comment.