Repository: incubator-netbeans Updated Branches: refs/heads/master 5e6679a09 -> 9e14a5d44
Enabling Travis build Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/b9dc77fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/b9dc77fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/b9dc77fc Branch: refs/heads/master Commit: b9dc77fcae258f0392da9d5f103f2991c2bb2fbc Parents: a5e6174 Author: Jaroslav Tulach <[email protected]> Authored: Tue Sep 26 13:27:59 2017 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Tue Sep 26 13:27:59 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/b9dc77fc/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5ac36b6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: java +install: ant deps +jdk: + - oraclejdk8 +script: + - ant build +
