Added the Travis CI configuration to enable continous integration testing for common JDK version > 1.7. Move gpg signing to its own profile to avoid causing issues with the test, and integration-test phases.
6 lines
No EOL
74 B
YAML
6 lines
No EOL
74 B
YAML
language: java
|
|
jdk:
|
|
- openjdk7
|
|
- oraclejdk7
|
|
- oraclejdk8
|
|
sudo: false |