Skip to content

Commit d655dbb

Browse files
committed
fix circleci
1 parent 58ee05a commit d655dbb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/android:api-26-alpha
5+
- image: circleci/android@1.0
66

77
working_directory: ~/repo
88

@@ -29,14 +29,6 @@ jobs:
2929
name: Run Tests
3030
command: ./gradlew testDebug
3131

32-
- run:
33-
name: Check
34-
command: |
35-
if [ ! $CIRCLE_BRANCH = 'master' ]; then
36-
./gradlew --stacktrace lintDebug
37-
./gradlew --stacktrace ktlintDebugCheck
38-
fi
39-
4032
- store_artifacts:
4133
path: app/build/outputs
4234
destination: outputs

0 commit comments

Comments
 (0)