Skip to content

Commit

Permalink
sudo false
Browse files Browse the repository at this point in the history
  • Loading branch information
seppaleinen committed Jul 27, 2015
1 parent 54d8318 commit ba6d922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: java
jdk:
- "oraclejdk7"
after_success: mvn cobertura:cobertura coveralls:report
sudo: false

env:
global:
- TERM=dumb
Expand All @@ -15,4 +17,4 @@ addons:
notification_email: davideriksson@swedenmail.com
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile"
branch_pattern: coverity
branch_pattern: coverity

0 comments on commit ba6d922

Please sign in to comment.