aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-01-25 12:04:55 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-06 16:58:58 +0300
commitd84bc30857dd0c9687ac5dfb52216b9f24aed308 (patch)
tree62d6b8b338cec91dd5c94b33288407cc7d2ffd06 /.travis.yml
parent3eddbfbd3ec05772cde5d669cca8c0797599afd7 (diff)
.travis.yml: Switch to Trusty virtual machines
CMake is already installed there. VMs are chosen instead of containers when sudo is present.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 34d87a1d9..f5a9b96d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,9 @@
language: python
+dist: trusty
python:
- "2.7"
- "3.5"
-addons:
- apt:
- sources:
- - george-edison55-precise-backports
- packages:
- - cmake
- - cmake-data
- - qt5-default
+install:
+ - sudo apt-get install qt5-default -y
script:
- python setup.py install # --qmake=/path/to/bin/qmake --cmake=/path/to/bin/cmake --openssl=/path/to/openssl/bin