Comcast / jrugged

A Java libary of robustness design patterns
Apache License 2.0
265 stars 93 forks source link

travis_yml: fix matrix building multiple JDKs #38

Closed samrocketman closed 9 years ago

samrocketman commented 9 years ago

The intent here appears to be to build multiple JDKs. jvm is not a valid key to matrix build against multiple JDKs in Travis CI. The proper key is to use jdk. See Travis CI docs for reference.

http://docs.travis-ci.com/user/languages/java/#Build-Matrix