forked from tuxdevelop/spring-batch-lightmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
18 lines (17 loc) · 674 Bytes
/
.travis.yml
File metadata and controls
18 lines (17 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: java
jdk:
- openjdk8
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "Eg7QVkbaQVeJSYTChIJBnH7Sc4nnRIMwi2N2AMdK3MU6kb1Pe0Hw1qGxfR3dt8IymCQxc1RNdpRuKtMY2h3UaoSklQZ7XAF9WqfXpLHFCFdQ9AB4x/H33PmYHYKfFxjLCpxmIvO2PyVmtXTU2j2fih/SFfreFIltVTjSkELNLrc="
#addons:
# coverity_scan:
# project:
# name: "tuxdevelop/spring-batch-lightmin"
# description: "Build submitted via Travis CI"
# notification_email: tuxdevelop@gmail.com
# build_command_prepend: "mvn clean"
# build_command: "mvn verify"
# branch_pattern: master