Skip to content

Commit

Permalink
Added travis build.
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
  • Loading branch information
Roman Grigoriadi authored and bravehorsie committed Mar 26, 2019
1 parent 946866f commit 285ecd6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
@@ -0,0 +1,23 @@
# Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: BSD-3-Clause
#

language: java

jdk:
- oraclejdk11

cache:
directories:
- .autoconf
- $HOME/.m2

install: true
script:
- cd jaxb-ri
- mvn --update-snapshots --strict-checksums --activate-profiles staging,oss-release clean install

0 comments on commit 285ecd6

Please sign in to comment.