[geoserver] 04/09: Add .gitignore, .travis.yml

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue May 9 11:24:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository geoserver.

commit 7fd7034893df2971acd98dd0f55064bd27b92f38
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jan 5 08:46:03 2017 +0000

    Add .gitignore, .travis.yml
---
 .gitignore  | 18 ++++++++++++++++++
 .travis.yml | 14 ++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..96f0e16
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+build-full.bat
+target
+.settings
+.classpath
+.project
+.metadata
+.DS_Store
+*.class
+*.pyc
+
+/.metadata/
+
+# Intellij
+.idea/
+*.iml
+
+# Cucumber Testing artifacts
+cucumber-report
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a2ad3de
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+sudo: false
+cache:
+  directories:
+    - "$HOME/.m2"
+language: java
+before_install:
+  - rm ~/.m2/settings.xml
+script:
+  - mvn -f src/pom.xml -B -U -T2 -fae -Prelease clean install && mvn -f src/community/pom.xml -B -U -T2 -fae -DskipTests -Prelease -PcommunityRelease clean install
+notifications:
+  email:
+    on_success: never
+    on_failure: never
+jdk: oraclejdk8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geoserver.git



More information about the debian-science-commits mailing list