Skip to content

Commit

Permalink
Added stacktrace option for example build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Jan 29, 2019
1 parent 6c33e53 commit ae1c640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jdk:

script:
- ./gradlew ci
- ./gradlew -p examples build
- ./gradlew -p examples build --stacktrace
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ build:

build_script:
- gradlew build
- gradlew -p examples build
- gradlew -p examples build --stacktrace

0 comments on commit ae1c640

Please sign in to comment.