Skip to content

Commit

Permalink
trying travis without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 6, 2015
1 parent b3988c4 commit d3aac88
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
language: cpp
sudo: required
services:
- docker
sudo: false

matrix:
include:
- compiler: gcc
- compiler: clang
env: QMAKESPEC=linux-clang
addons:
apt:
packages:
- qt5-default
- qttools5-dev-tools
- cppcheck

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-default qttools5-dev-tools cppcheck
- qmake -version
script:
- qmake
Expand Down

0 comments on commit d3aac88

Please sign in to comment.