Repository: incubator-apex-malhar Updated Branches: refs/heads/devel-3 ae5f1ede5 -> e79025359
Added .travis.yml Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/e7902535 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/e7902535 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/e7902535 Branch: refs/heads/devel-3 Commit: e790253596397d4ea4de7d47958a5588e06b670d Parents: ae5f1ed Author: David Yan <[email protected]> Authored: Thu Sep 24 15:36:32 2015 -0700 Committer: David Yan <[email protected]> Committed: Thu Sep 24 15:36:32 2015 -0700 ---------------------------------------------------------------------- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e7902535/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..773a507 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +# 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 +
