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

Commit

Permalink
remove codeFormat task in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Aug 8, 2019
1 parent 7e01655 commit da83464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ script:
cd android
./gradlew clean install -PbuildRuntimeApi=true ${GRADLE_ABI} --info
./gradlew install -PbuildRuntimeApi=false ${GRADLE_ABI} --info
fi
/ fi
;;
"jsfm" )
npm run danger -- ci -i jsfm --dangerfile ./dangerfile-jsfm.js
Expand Down
1 change: 0 additions & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
code_style_validation.check file_extensions: ['.cc', '.cpp', '.m', 'mm', '.h', '.java']

0 comments on commit da83464

Please sign in to comment.