ISIS-1465: another attempt at getting travis to build (no 'install' step)
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/4c0f2e4e Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/4c0f2e4e Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/4c0f2e4e Branch: refs/heads/master Commit: 4c0f2e4e5b7854d4d0f874fba33838a5da4213ab Parents: 8829ff8 Author: Dan Haywood <[email protected]> Authored: Thu Sep 8 23:38:14 2016 +0200 Committer: Dan Haywood <[email protected]> Committed: Thu Sep 8 23:38:14 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/4c0f2e4e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2bb59e0..a3950e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java jdk: - oraclejdk8 +install: script: "mvn clean install -Dskip.app -Dskip.arch"
