Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Nov 5, 2016
1 parent 76e62a1 commit 861a294
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jdk:
- oraclejdk7
- oraclejdk8

before_install:
- sudo hostname "$(hostname | cut -c1-63)"
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
addons:
hosts:
- travis
hostname: travis

script: mvn test jacoco:report coveralls:jacoco

0 comments on commit 861a294

Please sign in to comment.