Skip to content

Commit

Permalink
[ci] Do not use "sudo=false" for travis anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Nov 25, 2018
1 parent 1f76eb0 commit e3ef72c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,18 @@ matrix:
- name: "linux - mvn deploy"
os: linux
dist: trusty
sudo: false
env: BUILD=deploy
- name: "linux - build documentation"
os: linux
dist: trusty
sudo: false
env: BUILD=doc
- name: "linux - run sonar"
os: linux
dist: trusty
sudo: false
env: BUILD=sonar
- name: "linux - run coveralls"
os: linux
dist: trusty
sudo: false
env: BUILD=coveralls
- name: "macosx - mvn verify"
os: osx
Expand Down

0 comments on commit e3ef72c

Please sign in to comment.