ISIS-1465: for .travis.yml, use 'script' rather than 'install' to build the project (otherwise will run 'mvn test -B' at the end as the default script)
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/8829ff82 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/8829ff82 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/8829ff82 Branch: refs/heads/master Commit: 8829ff82533bfff98284f4bbb316d4b15e275b4d Parents: e788773 Author: Dan Haywood <[email protected]> Authored: Thu Sep 8 23:28:30 2016 +0200 Committer: Dan Haywood <[email protected]> Committed: Thu Sep 8 23:28:30 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/8829ff82/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c44eb99..2bb59e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: java jdk: - oraclejdk8 -install: "mvn clean install -Dskip.app -Dskip.arch" +script: "mvn clean install -Dskip.app -Dskip.arch"
