source: josm/trunk/.travis.yml@ 13238

Last change on this file since 13238 was 13238, checked in by Don-vip, 7 years ago

see #15630 - add Travis configuration file

File size: 221 bytes
Line 
1language: java
2os:
3 - linux
4 - osx
5matrix:
6 include:
7 - os: linux
8 dist: trusty
9 sudo: false
10 jdk:
11 - oraclejdk9
12 - oraclejdk8
13 - openjdk8
14 - os: osx
15 osx_image: xcode9.2
Note: See TracBrowser for help on using the repository browser.