Add conf file for Travis CI to execute the JS tests on each commit.
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8b84a325 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8b84a325 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8b84a325 Branch: refs/heads/master Commit: 8b84a32542e5f6ecc5cd3a1534ff91b6c3bb66c6 Parents: 0bab081 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Sep 30 22:27:53 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Sep 30 22:27:53 2013 +0200 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/8b84a325/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4cee540 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - 0.10 \ No newline at end of file
