amazon-kinesis-client/.travis.yml
Justin Pfifer 14e2413c13 Advance version, and drop Java 7 support (#176)
* Advance version, and drop Java 7 support

Advanced the version to 1.8.0 as Java 7 support is being removed.

* Remove build settings for Java 7

Removed the configuration for Java 7, and switched to trusty for access
to openjdk8.
2017-07-20 12:03:34 -07:00

6 lines
No EOL
72 B
YAML

language: java
jdk:
- openjdk8
- oraclejdk8
sudo: false
dist: trusty