You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/10/21 15:01:06 UTC

[12/44] isis git commit: ISIS-1465: updates .travis.yml to not build simpleapp or archetype

ISIS-1465: updates .travis.yml to not build simpleapp or archetype


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

Branch: refs/heads/master
Commit: e788773fecd8fed7c4eb260c4f968853cd0e8816
Parents: f4586d8
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Sep 8 08:03:00 2016 +0200
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Sep 8 08:03:00 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e788773f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cd1b609..c44eb99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
 language: java
 jdk:
   - oraclejdk8
-install: "mvn clean install -P released"
+install: "mvn clean install -Dskip.app -Dskip.arch"