You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/06/19 04:19:49 UTC

svn commit: r1603699 - /pdfbox/trunk/travis.yml

Author: jahewson
Date: Thu Jun 19 02:19:48 2014
New Revision: 1603699

URL: http://svn.apache.org/r1603699
Log:
PDFBOX-2150: Add Travis CI configuration file

Added:
    pdfbox/trunk/travis.yml

Added: pdfbox/trunk/travis.yml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/travis.yml?rev=1603699&view=auto
==============================================================================
--- pdfbox/trunk/travis.yml (added)
+++ pdfbox/trunk/travis.yml Thu Jun 19 02:19:48 2014
@@ -0,0 +1,23 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# This file allows PDFBox to be built with Travis CI https://travis-ci.org/
+
+language: java
+
+jdk:
+  - oraclejdk7