blob: 6fb1cdbf53c9ff468659c1eff750e2e4e54869b9 [file] [log] [blame]
Constantin Rackd1d4c312013-12-26 23:08:48 +01001language: java
2
Constantin Rack16b080e2015-11-09 08:39:35 +01003sudo: false
4
Constantin Racke4c08232015-05-20 19:17:59 +02005env:
6 global:
7 secure: "bEwUUf3355VeqQZYTO0wsZKogquTUNwPQIwKWyHTGGaEVayTwfF2sMEzWojgDPA7E6EbWmSKSm0RKFpkpu5nWr7NvnaoJa/+BpRL/69Y5qB29qVNrCyWM2ZLaoEcTxrqeLKm1ma8TA7IOLAQnxEMZYar/siV9ycDOptp2ZzUoIM="
8
9addons:
10 coverity_scan:
11 project:
12 name: "c-rack/cbor-java"
13 description: "Build submitted via Travis CI"
14 notification_email: constantin@rack.li
15 build_command_prepend: "mvn clean"
16 build_command: "mvn -DskipTests=true compile"
17 branch_pattern: master
18