Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Sep 13, 2016
1 parent 1f7d81c commit ed566d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y rpm ; fi

script:
- ./gradlew check -Dzw.username=$ZDS_USERNAME -Dzw.password=$ZDS_PASSWORD -Dzw.github_user=$GITHUB_USER -Dzw.github_token=GITHUB_TOKEN --info
- ./gradlew check -Dzw.username=$ZDS_USERNAME -Dzw.password=$ZDS_PASSWORD -Dzw.github_user=$GITHUB_USER -Dzw.github_token=$GITHUB_TOKEN --info
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./gradlew fatJar ; fi

after_success:
Expand Down

0 comments on commit ed566d9

Please sign in to comment.