Skip to content

Commit

Permalink
Disabled examples in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Mar 17, 2019
1 parent 64683d3 commit b30ec61
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 --stacktrace
- ./gradlew -p examples build --stacktrace
#- ./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 ci --stacktrace
- gradlew -p examples build --stacktrace
# - gradlew -p examples build --stacktrace

0 comments on commit b30ec61

Please sign in to comment.