Skip to content

Commit

Permalink
travis: no more duplicate maven launch
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 16, 2013
1 parent b4461d1 commit c2778c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ env:
before_install:
- sudo apt-get install graphviz
- sudo apt-get install protobuf-compiler

install:
- mvn -e -q -B -Dskip.javadoc=true -DskipTests=true install

before_script:
- echo "<settings><servers><server><id>sonatype-nexus-snapshots</id><username>ketoth.xupack</username><password>${SONATYPE_PASSWORD}</password></server></servers></settings>" > ~/.m2/settings.xml

script:
install:
- mvn -e -DrepoToken=$COVERALLS_KEY clean install site

after_success:
Expand Down

0 comments on commit c2778c6

Please sign in to comment.