Skip to content

Commit

Permalink
Travis: re-use build when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 23, 2015
1 parent d08ae72 commit b7f89e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk:
- oraclejdk7
before_install:
- travis/before_install.sh
script: mvn test -q
script: mvn -DfinalName=sharpen test -q

notifications:
email:
Expand All @@ -20,4 +20,4 @@ deploy:
all_branches: true
tags: true
after_success:
- mvn clean install -q -Pqulice -DskipTests -DfinalName=sharpen || true
- mvn install -q -Pqulice -DskipTests -DfinalName=sharpen || true

0 comments on commit b7f89e7

Please sign in to comment.