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:08 UTC

[14/44] isis git commit: ISIS-1465: another attempt at getting travis to build (no 'install' step)

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 <da...@haywood-associates.co.uk>
Authored: Thu Sep 8 23:38:14 2016 +0200
Committer: Dan Haywood <da...@haywood-associates.co.uk>
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"