Browse Source

Fix Travis CI

pull/158/head
Yusuf Şahin HAMZA 4 years ago
committed by GitHub
parent
commit
95fbbb613d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .travis.yml

3
.travis.yml

@ -1,3 +1,5 @@
dist: trusty
matrix:
include:
# works on Precise and Trusty
@ -13,6 +15,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install qt59base qt59websockets
- source /opt/qt59/bin/qt59-env.sh
- chmod +x res/libsodium/buildlibsodium.sh
script:
- qmake -v

Loading…
Cancel
Save