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 <[email protected]> Authored: Thu Sep 8 08:03:00 2016 +0200 Committer: Dan Haywood <[email protected]> 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"
