Browse Source

change travis to qt 5.14

pull/173/head
DenioD 4 years ago
parent
commit
0ec611ff9d
  1. 2
      .travis.yml

2
.travis.yml

@ -20,7 +20,7 @@ before_install:
- gem install bundler
- curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
- export PATH="$PATH:$HOME/.cargo/bin"
- sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-bionic -y
- sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-xenial -y
- sudo apt-get update -qq
- sudo apt-get install qt514base qt514websockets libgl1-mesa-dev
- source /opt/qt514/bin/qt514-env.sh

Loading…
Cancel
Save