| # Note: travis currently does not support listing more than one language so |
| # this cheats and claims to only be cpp. If they add multiple language |
| # support, this should probably get updated to install steps and/or |
| # rvm/gemfile/jdk/etc. entries rather than manually doing the work. |
| - CONFIG=javanano_oracle7 |
| # It's nontrivial to programmatically install a new JDK from the command |
| # line on OS X, so we rely on testing on Linux for Java code. |
| env: CONFIG=javanano_jdk6 |
| env: CONFIG=javanano_jdk7 |
| env: CONFIG=javanano_oracle7 |
| # Requires installing mono, currently travis.sh is doing that with apt-get |
| # which doesn't work on OS X. |
| # These currently do not work on OS X but are being worked on by @haberman. |