forked from martinpaljak/AppletPlayground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (20 loc) · 675 Bytes
/
.travis.yml
File metadata and controls
22 lines (20 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk7
script: ant
env:
global:
# The next declration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "Bic6Pmjyfj/WG5OK+XtgcogE8Qn9eD1UTwB+WQ+E5TZSgmcb02wzNFvma9d9+ZsgTnLPPPK0PIeVGuf5tc2Vff4Cn9vByxEDZ38fQNoHZJD78pTTUlFIJk1nu7NNozmlplHjRp46/TBDnPem6LcMK+WywS9YXs3MKhVr602ZytY="
addons:
coverity_scan:
project:
name: "martinpaljak/AppletPlayground"
description: "Applet PLayground"
notification_email: martin@martinpaljak.net
build_command_prepend:
build_command: ant
branch_pattern: coverity