Skip to content

Commit

Permalink
格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
K0170016 authored and K0170016 committed Jun 14, 2019
1 parent 9a4f3dc commit c739993
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools
- platform-tools
#- tools
#- platform-tools
# The BuildTools version used by your project
- build-tools-28.0.3
# The SDK version used to compile your project
- android-28
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
#- extra-google-google_play_services
#- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-52d11cd2'
Expand All @@ -47,8 +47,8 @@ before_install:
#安装fir命令行客户端
- gem install fir-cli
#密钥
- echo -e "CLIENT_ID=$CLIENT_ID" >> local.properties
- echo -e "CLIENT_SECRET=$CLIENT_SECRET" >> local.properties
- echo -e "CLIENT_ID=\"$CLIENT_ID\"" >> local.properties
- echo -e "CLIENT_SECRET=\"$CLIENT_SECRET\"" >> local.properties
- echo -e "STORE_RELEASE_FILE=$STORE_RELEASE_FILE" >> local.properties
- echo -e "STORE_DEBUG_FILE=$STORE_DEBUG_FILE" >> local.properties
- echo -e "STORE_PASSWORD=$STORE_PASSWORD" >> local.properties
Expand Down

0 comments on commit c739993

Please sign in to comment.