Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuxian committed Jan 7, 2018
1 parent 1a83414 commit 928ac02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jdk:
- oraclejdk8
install:
- cd ./wechat-spring-boot-autoconfigure
- mvn clean install -Dmaven.test.skip=true
- mvn clean install -Dmaven.test.skip=true -s ../.m2/settings.xml
script:
- mvn test
- mvn test -s ../.m2/settings.xml
after_success:
- mvn test -DactiveProfile=local jacoco:report coveralls:report
- mvn test -DactiveProfile=local jacoco:report coveralls:report -s ../.m2/settings.xml
notifications:
email:
- heyuxian.me@gmail.com

0 comments on commit 928ac02

Please sign in to comment.