amazon-kinesis-client/.travis.yml
Pfifer, Justin a6931dfb15 Enable Travis CI Builds
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.
2016-07-20 13:14:25 -07:00

6 lines
No EOL
74 B
YAML

language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
sudo: false