Commit graph

3 commits

Author SHA1 Message Date
Andreas Schildbach
0acdb0699e Make Travis CI use Ubuntu Trusty image for building. 2017-06-25 20:30:31 +02:00
Andreas Schildbach
4c64746e75 Switch to Java 7.
Notes regarding Android compatibility:
- The 'try-with-resources' language feature needs API level 19, so don't use it.
  All other language features can be used back to API level 8.
- The JDK 1.7 API still isn't fully implemented, so better stick with 1.6 for now.
2016-09-25 19:53:31 +02:00
Andreas Schildbach
bc7c0c8bcc Configure continuous integration using Travis CI.
Builds will be visible at https://travis-ci.org/schildbach/public-transport-enabler
2016-02-05 01:53:08 +01:00