Repository: commons-fileupload Updated Branches: refs/heads/master 01a9e0e35 -> b57dcf4d3
delete file ",travis.yml" which duplicates ".travis.yml" but has a typo in the file name Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/b57dcf4d Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/b57dcf4d Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/b57dcf4d Branch: refs/heads/master Commit: b57dcf4d3d5a63f05e9ac16286a9aac79f580a7f Parents: 01a9e0e Author: Pascal Schumacher <[email protected]> Authored: Sun Oct 8 16:21:16 2017 +0200 Committer: Pascal Schumacher <[email protected]> Committed: Sun Oct 8 16:21:16 2017 +0200 ---------------------------------------------------------------------- ,travis.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/b57dcf4d/,travis.yml ---------------------------------------------------------------------- diff --git a/,travis.yml b/,travis.yml deleted file mode 100644 index 4b07b6d..0000000 --- a/,travis.yml +++ /dev/null @@ -1,36 +0,0 @@ -# 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. - -language: java -sudo: false - -addons: - apt: - packages: - - openjdk-6-jdk -# use java 6 compatible maven version -before_install: - - wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip - - unzip -qq apache-maven-3.2.5-bin.zip - - export M2_HOME=$PWD/apache-maven-3.2.5 - - export PATH=$M2_HOME/bin:$PATH - -jdk: - - openjdk6 - - openjdk7 - - oraclejdk8 - -after_success: - - mvn clean cobertura:cobertura coveralls:report
