forked from oskopek/javaanpr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (25 loc) · 663 Bytes
/
.travis.yml
File metadata and controls
33 lines (25 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: java
sudo: false
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
cache:
directories:
- $HOME/.m2
env:
global:
secure: rhh7uuw1PD6C4dItKlT/59UPwAjy2Fa3ZPPv4gpM2tuiVKv6HZI8gMY72KHIBo8o44LScmxKzv1tr2N6DGG+9xWJrRR9l5QpAPzVKEQcDOxH/1+kfzATuVhCuoJDwRBHjE3csMlHw+WsQXaEmKF7bP6WQ1gq5Kd/RLD9a1Ytn5M=
script:
- mvn clean verify -Pit
install: /bin/true
after_success:
- mvn clean cobertura:cobertura coveralls:cobertura -Pit
notifications:
irc:
channels:
- irc.freenode.org#javaanpr
on_success: always
on_failure: always
template:
- '%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})'