Skip to content

Commit

Permalink
1、测试Shiro;
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Dec 15, 2016
1 parent 91eebee commit 3944221
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 44 deletions.
71 changes: 29 additions & 42 deletions .idea/workspace.xml

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

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ language: java
jdk:
- oraclejdk8

script: mvn clean --settings .travis/settings.xml verify
script: mvn clean cobertura:cobertura verify --settings .travis/settings.xml

before_script:
- sudo redis-server /etc/redis/redis.conf --port 6300 --requirepass '1234'

after_success:
- mvn coveralls:report --settings .travis/settings.xml
- chmod -R 777 .travis/deploy-to-sonatype.sh
- .travis/deploy-to-sonatype.sh
- mvn clean cobertura:cobertura coveralls:report --settings .travis/settings.xml

notifications:
email:
Expand Down

0 comments on commit 3944221

Please sign in to comment.