You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/02/27 03:59:43 UTC

maven-surefire git commit: add travis build file

Repository: maven-surefire
Updated Branches:
  refs/heads/master 17d2c4100 -> 37b364d91


add travis build file

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/37b364d9
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/37b364d9
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/37b364d9

Branch: refs/heads/master
Commit: 37b364d91c7157edf6fa0fd63d1c403985ae7976
Parents: 17d2c41
Author: olivier lamy <ol...@apache.org>
Authored: Sat Feb 24 20:38:08 2018 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Feb 27 13:57:42 2018 +1000

----------------------------------------------------------------------
 .travis.yml | 17 +++++++++++++++++
 pom.xml     |  1 +
 2 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/37b364d9/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b3a9cab
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: java
+jdk:
+  - oraclejdk8
+#  - oraclejdk9
+
+script: "rm -rf .repository && mvn --show-version --errors --batch-mode -Prun-its clean install -Dmaven.repo.local=.repository -Denforcer.skip=true -e"
+
+install: true
+
+branches:
+    except:
+        - gh-pages
+
+
+notifications:
+    email:
+        - olamy@apache.org

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/37b364d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a768a5..b431123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -596,6 +596,7 @@
                 <exclude>DEPENDENCIES</exclude>
                 <exclude>.m2/**</exclude>
                 <exclude>.m2</exclude>
+                <exclude>.travis.yml</exclude>
               </excludes>
             </configuration>
           </execution>