You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/03/26 09:56:23 UTC

struts git commit: Uses custom build steps

Repository: struts
Updated Branches:
  refs/heads/master f2414eac2 -> a704e8d92


Uses custom build steps


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/a704e8d9
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/a704e8d9
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/a704e8d9

Branch: refs/heads/master
Commit: a704e8d928a41f1dd954ea92551e3080268baa48
Parents: f2414ea
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sat Mar 26 09:56:16 2016 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sat Mar 26 09:56:16 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/a704e8d9/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index acd962d..885e8fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,6 @@ sudo: false
 jdk:
   - openjdk7
   - oraclejdk8
+
+install: mvn install -DskipTests=true -DskipAssembly
+script: mvn test -DskipAssembly
\ No newline at end of file