Skip to content

Commit

Permalink
Changing location of credentials file to fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbommas committed Sep 24, 2018
1 parent 37d9699 commit 2b000f1
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
@@ -1,6 +1,6 @@
before_install:
- openssl aes-256-cbc -K $encrypted_ac814b4117bc_key -iv $encrypted_ac814b4117bc_iv
-in aws-android-sdk-appsync/assets/appsync_test_credentials.json.enc -out aws-android-sdk-appsync/src/main/assets/appsync_test_credentials.json
-in aws-android-sdk-appsync/assets/appsync_test_credentials.json.enc -out aws-android-sdk-appsync-tests/src/main/assets/appsync_test_credentials.json
-d
- chmod +x gradlew
- yes | sdkmanager "platforms;android-27"
Expand Down

0 comments on commit 2b000f1

Please sign in to comment.