APEX-131 #resolve Added .travis.yml file to trigger the build as well to test integrated slack notifications.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/d0df8a7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/d0df8a7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/d0df8a7e Branch: refs/heads/master Commit: d0df8a7e7a15cbf85b250bfad16285d9ddf962d7 Parents: 6273f9a Author: Brennon York <[email protected]> Authored: Fri Sep 18 13:58:18 2015 -0700 Committer: Brennon York <[email protected]> Committed: Fri Sep 18 18:22:56 2015 -0700 ---------------------------------------------------------------------- .travis.yml | 20 ++++++++++++++++++++ pom.xml | 11 +++++++++++ 2 files changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/d0df8a7e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9b18190 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +# 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 + +notifications: + slack: + secure: GlWD2EjgNC6Lg2DtAfZuKhg2RTHE0FMeyfHH24D7TKmV49gRVTzTTqvExwOdLLYDDIu966eOF5w90/PfiD11A4rpm6+WyjRHDkpOhTyjBKWc2btMqNwiP1hRf2uKEG6A+RgszaQJ4HkGiMxIpDJ3o/jaTpBseOeA399t8Z7Pkd6obXVAEMcnm2XtfUPzIBqGblVkiecS3OzbkzjKWaOG6+nlp+ajVO7MazsOR05JNZ1MXnDOK/Qq/7xLBtweF4r/O8okyg52fST4pGqk4JTTI++bVFoRySpjNWSSJbdrfkWG/7h0sfqMcwMj8TpZqojcCuTvZih+IyPZwX3MP6Ls4bF6OFcD3BvWg049WbstA6ZdKnVW9fOiJoJ+Bx9gNI0tKtYeDt/8nMBfSRVMmzRVEGdTOEEpFs7n79OVVytwbp8qYFU+waqlG1/tMQvCclSaxuY8d236Ybg410KLiMQ0YhQ8ZaTVagHu2l0KrfV16Xq3/CRsolHa8k7PxDzmCxdi07Ao/mrorQLmJWoc7FkxEw6ZrEGHP17HTn5uidoTkANgGak4AVgrJm6zLKdAERxvr1KMnfyuJLT1ZK1x73SV+3EpdzcMLxvq2dMaBpZcfARiYB04EwSHVBdm/D0AIZtRL2s1rG85y1OtCkDMd04ZEvbwdKYZ+fD+HjTn7Zo7AKM= http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/d0df8a7e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c5b19bb..701c101 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,17 @@ </license> </licenses> + <repositories> + <repository> + <snapshots> + <enabled>false</enabled> + </snapshots> + <id>Datatorrent-Releases</id> + <name>DataTorrent Release Repository</name> + <url>https://www.datatorrent.com/maven/content/repositories/releases/</url> + </repository> + </repositories> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <netbeans.hint.license>datatorrent-inc</netbeans.hint.license>
