Repository: incubator-wave Updated Branches: refs/heads/master 78cbf78fb -> 8bf7a52b2
added initial travis file Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/e6562ee1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/e6562ee1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/e6562ee1 Branch: refs/heads/master Commit: e6562ee13797969b03cce3d543ae50e94a4573c0 Parents: de3cd24 Author: wisebaldone <[email protected]> Authored: Mon Apr 25 21:28:09 2016 +1000 Committer: wisebaldone <[email protected]> Committed: Mon Apr 25 21:28:09 2016 +1000 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/e6562ee1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6f1b2a9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: java +jdk: oraclejdk8 \ No newline at end of file
