Skip to content

Commit

Permalink
Try to speed up CI a bit.
Browse files Browse the repository at this point in the history
Try without using gradle's parallel function (probably adds more
overhead for the tiny number of tests we have), and combine
coveralls with the main test run.
  • Loading branch information
csmith committed Jan 14, 2015
1 parent 914c8c2 commit 3b7ff01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circle.yml
Expand Up @@ -37,11 +37,7 @@ dependencies:

test:
override:
- ./gradlew --stacktrace --parallel plugins:jar plugins:test:
pwd:
../meta
post:
- ./gradlew plugins:coveralls:
- ./gradlew --stacktrace plugins:jar plugins:test plugins:coveralls:
pwd:
../meta

Expand Down

0 comments on commit 3b7ff01

Please sign in to comment.