Repository: incubator-drill Updated Branches: refs/heads/master 95d6d6895 -> b5ab447de
Add travis configuration Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/b5ab447d Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/b5ab447d Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/b5ab447d Branch: refs/heads/master Commit: b5ab447deb9f1f3b1abb9494968c0ffaa861ed4e Parents: 95d6d68 Author: tnachen <[email protected]> Authored: Tue Feb 18 14:46:28 2014 -0800 Committer: tnachen <[email protected]> Committed: Thu Feb 20 11:06:54 2014 -0800 ---------------------------------------------------------------------- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/b5ab447d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..667befe --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +language: java \ No newline at end of file
