.env.enc for travis tests

This commit is contained in:
Lachlan Kermode
2019-05-15 15:52:18 +01:00
parent 849a0ce9ed
commit 2632661bbe
2 changed files with 1 additions and 1 deletions

BIN
.env.enc

Binary file not shown.

View File

@@ -13,5 +13,5 @@ script:
- yarn lint
- yarn test
before_install:
- openssl aes-256-cbc -K $encrypted_eeb74e8d35d1_key -iv $encrypted_eeb74e8d35d1_iv
- openssl aes-256-cbc -K $encrypted_36ad509d33c5_key -iv $encrypted_36ad509d33c5_iv
-in .env.enc -out .env -d