forked from stackify/stackify-api-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
13 lines (13 loc) · 415 Bytes
/
.travis.yml
File metadata and controls
13 lines (13 loc) · 415 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
language: java
jdk:
- openjdk6
branches:
only:
- master
before_install:
- cat /etc/hosts # optionally check the content *before*
- sudo hostname "$(hostname | cut -c1-63)"
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
- cat /etc/hosts # optionally check the content *after*
after_success:
- mvn clean cobertura:cobertura coveralls:cobertura