Skip to content

Commit

Permalink
Update encrypted Credentials for NLU.
Browse files Browse the repository at this point in the history
  • Loading branch information
schen22 committed Mar 2, 2017
1 parent 4dae761 commit ee090ae
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -13,7 +13,7 @@ env:
- IOS_SDK="iphonesimulator10.0"
- IOS10_DESTINATION="OS=10.0,name=iPhone 6"
before_install:
- openssl aes-256-cbc -K $encrypted_566f29436663_key -iv $encrypted_566f29436663_iv -in Source/SupportingFiles/Credentials.swift.enc -out Source/SupportingFiles/Credentials.swift -d
- openssl aes-256-cbc -K $encrypted_22b37a8b9ae9_key -iv $encrypted_22b37a8b9ae9_iv -in Source/SupportingFiles/Credentials.swift.enc -out Source/SupportingFiles/Credentials.swift -d
- for D in `find Tests -type d -maxdepth 1 -mindepth 1`; do echo "cp SupportingFiles/Credentials.swift $D/"; done

after_success:
Expand Down
Binary file modified Source/SupportingFiles/Credentials.swift.enc
Binary file not shown.

0 comments on commit ee090ae

Please sign in to comment.