Skip to content

Commit

Permalink
TravisCI: Returned output to normal (no more > /dev/null)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernandez committed Jun 14, 2017
1 parent b29e2b4 commit 6997393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,4 @@ jdk:

# Test execution
install: true
script: "mvn -e -q clean compile test > /dev/null"
script: "mvn -e -q clean compile test"

0 comments on commit 6997393

Please sign in to comment.