Skip to content

Commit

Permalink
(temp) troubleshoot CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtigger committed Sep 24, 2016
1 parent 16ea49f commit ca33ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ bin/configlet .
pushd exercises
echo ""
echo ">>> Running tests..."
TERM=dumb gradle check compileStarterSourceJava --continue
TERM=dumb gradle check compileStarterSourceJava --continue --stacktrace
popd

2 changes: 1 addition & 1 deletion exercises/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects { project ->
from "src/test/java"
into "build/gen/test/java"
filter { line ->
line.contains("@Ignore") ? null : line
line.contains("@Ignore") ? "" : line
}
}

Expand Down

0 comments on commit ca33ebb

Please sign in to comment.