Skip to content

Commit

Permalink
1、修改持续集成配置;
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Dec 15, 2016
1 parent 5f72f64 commit f5b527b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 21 deletions.
51 changes: 31 additions & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ before_script:
after_success:
- chmod -R 777 .travis/deploy-to-sonatype.sh
- .travis/deploy-to-sonatype.sh
- mvn clean cobertura:cobertura coveralls:report --settings .travis/settings.xml
- mvn clean cobertura:cobertura coveralls:report --settings .travis/settings.xml

notifications:
email:
- admin@ruijc.com
on_success: never
on_failure: always

0 comments on commit f5b527b

Please sign in to comment.