Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Aug 10, 2015
1 parent 837e25e commit c495638
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: java
script: mvn clean source:jar javadoc:jar cobertura:cobertura package
jdk:
- openjdk6
- openjdk7
Expand All @@ -10,8 +11,6 @@ branches:
only:
- master
- coverity_scan
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database nutztest;' -U postgres
- cp ./tools/travis-ci/nutz-test.properties ./test/
Expand All @@ -31,10 +30,10 @@ after_success:
- bash <(curl -s https://codecov.io/bash)
- python mvn_settings.py
addons:
postgresql: "9.3"
coverity_scan:
project:
name: "nutzam/nutz"
description: "Build submitted via Travis CI"
notification_email: wendal1985@gmail.com
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile"
Expand Down

0 comments on commit c495638

Please sign in to comment.