| # 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. |
| # The Objective C build needs Xcode 6.4 or later. |
| - 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. |
| # Requires installing golang, currently travis.sh is doing that with apt-get |
| # which doesn't work on OS X. |
| # Add into the matrix OS X tests of Objective C (needs Xcode, so it won't |
| # work on other platforms). These are split so it doesn't take as long to run. |
| env: CONFIG=objectivec_ios |
| env: CONFIG=objectivec_osx |
| # These currently do not work on OS X but are being worked on by @haberman. |