Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Dec 30, 2018
1 parent 24d7fba commit 59f4655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ sudo: true
before_install:
# 赋予执行权限
- chmod a+x gradlew
- chmod a+x deploy.sh

script:
# 清理、生成、测试、文档
- ./gradlew clean build dokka
- ./gradlew clean build

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 59f4655

Please sign in to comment.