Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
test code format and asan
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent 7b8def1 commit 931cbc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -44,7 +44,8 @@ matrix:
components:
- android-26
- extra-android-m2repository
format code using clang-format

# format code using clang-format
- env: FORMAT_CODE=true
language: ruby

Expand All @@ -55,7 +56,8 @@ cache:
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
- $HOME/android-ndk-r18b
# - bundle
- bundle

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit 931cbc0

Please sign in to comment.