Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Add gradle.properties as ignored, and fix travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruinshe committed Mar 20, 2018
1 parent 5e28b07 commit 63702ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jdk:

install:
- cd trunk
- cp gradle.proprties.template gradle.proprties

env:
- TERM=dumb

script:
- gradle -PdbUser=travis -PdbPassword="" build

- gradle -PdbUser=travis -PdbPassword="" build
1 change: 1 addition & 0 deletions trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
/data/
/work/
/bin/
gradle.properties

0 comments on commit 63702ec

Please sign in to comment.