Repository: logging-log4j2 Updated Branches: refs/heads/master 893654214 -> b6e9d0ce7
Remove blank line. Rename file to proper extension. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b6e9d0ce Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b6e9d0ce Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b6e9d0ce Branch: refs/heads/master Commit: b6e9d0ce7abacc5e73af47bd4f818c95d620d8bf Parents: 8936542 Author: Gary Gregory <[email protected]> Authored: Sun Nov 13 17:03:55 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Sun Nov 13 17:03:55 2016 -0800 ---------------------------------------------------------------------- .travis.yaml | 21 --------------------- .travis.yml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b6e9d0ce/.travis.yaml ---------------------------------------------------------------------- diff --git a/.travis.yaml b/.travis.yaml deleted file mode 100644 index a69a7bc..0000000 --- a/.travis.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# -# Licensed 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 - -jdk: - - oraclejdk7 - -after_success: - - mvn clean test jacoco:report coveralls:report http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b6e9d0ce/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3b4513d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +# Licensed 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 + +jdk: + - oraclejdk7 + +after_success: + - mvn clean test jacoco:report coveralls:report
