[go: nahoru, domu]

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

Commit

Permalink
remove osx_image: xcode7.2 and add cd android
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 30, 2019
1 parent 4c159fd commit 049f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ matrix:
# static check
- env: TEST_SUITE=static_code_analysis OCLINT=true
language: objective-c
osx_image: xcode7.2
- env: TEST_SUITE=static_code_analysis ANDROID_LINT=true
language: android
dist: trusty
Expand Down Expand Up @@ -182,6 +181,7 @@ script:
if [[ ("$TEST_SUITE" = "static_code_analysis") && ("${ANDROID_LINT}" = "true") ]]; then
if npm run danger -- ci --dangerfile ./dangerfile-static-check.js | grep -q "hasAndroidFile" ; then
echo "hasAndroidFile"
cd android
bundle exec danger --danger_id=androidLint --dangerfile=./Dangerfile-android
fi
fi
Expand Down

0 comments on commit 049f481

Please sign in to comment.