File: .travis.yml

package info (click to toggle)
libjoda-time-java 2.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,940 kB
  • ctags: 12,709
  • sloc: java: 85,847; xml: 7,581; sh: 11; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file enables the Travis continuous integration system, which
# automatically builds and tests joda-time for each GitHub commit or 
# pull request on three separate JDKs.
#
# For more information, see https://travis-ci.org

sudo: false

language: java

jdk: 
  - oraclejdk8
  - oraclejdk7