Skip to content

Commit

Permalink
Fix build scan bug in our CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 1, 2020
1 parent ad86915 commit e1980bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ci.sh
@@ -1,7 +1,7 @@
#!/bin/bash

# Do the Gradle build
./gradlew --scan build --build-cache || exit 1
./gradlew build --build-cache || exit 1
./gradlew npmTest --build-cache || exit 1

if [ "$TRAVIS_REPO_SLUG" == "diffplug/spotless" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
Expand Down

0 comments on commit e1980bd

Please sign in to comment.