forked from HariSekhon/Nagios-Plugin-Kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
54 lines (45 loc) · 1.69 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# vim:ts=2:sts=2:sw=2:et
#
# Author: Hari Sekhon
# Date: Tue May 26 10:39:01 UTC 2015
#
# https://github.com/harisekhon/nagios-plugin-kafka
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
# to help improve or steer this or other code I publish
#
# http://www.linkedin.com/in/harisekhon
#
language: scala
jdk:
- oraclejdk8
# SonarQube plugin version 2.2 is now built with Java 8, doesn't support Java 7
#- oraclejdk7
- openjdk8
# dropped OpenJDK 7 as it's getting buffer overflows from both SBT and Maven Surefire
# - openjdk7
scala:
- 2.9.3
- 2.10.4
- 2.11.2
#sudo: required
install:
- make random-build
notifications:
email: false
branches:
only:
- master
script:
- make test
services:
- docker
after_success:
- curl --data {build:true} -X POST https://registry.hub.docker.com/u/harisekhon/nagios-plugin-kafka/trigger/76a766f5-1ba8-4189-a2ae-d62a62c2d8d4
- curl --data {build:true} -X POST https://registry.hub.docker.com/u/harisekhon/nagios-plugins/trigger/5b0d1a59-8b53-466a-87d7-8e99dfd01f16/
- curl --data {build:true} -X POST https://registry.hub.docker.com/u/harisekhon/alpine-github/trigger/8d9cb826-48df-439c-8c20-1975713064fc/
- curl --data {build:true} -X POST https://registry.hub.docker.com/u/harisekhon/centos-github/trigger/316d1158-7ffb-49a4-a7bd-8e5456ba2d15/
- curl --data {build:true} -X POST https://registry.hub.docker.com/u/harisekhon/debian-github/trigger/0cfb3fe7-2028-494b-a43b-068435e6a2b3/
- curl --data {build:true} -X POST https://registry.hub.docker.com/u/harisekhon/ubuntu-github/trigger/abd4dbf0-14bc-454f-9cde-081ec014bc48/