rm test/lint from encrypt

This commit is contained in:
Lachlan Kermode
2018-12-14 16:59:47 +00:00
parent 219adc1e5e
commit 82b4dceef0

View File

@@ -1,6 +1,4 @@
#!/bin/bash
yarn test
yarn lint
travis encrypt-file .env --add --force
git add .env.enc
git commit -m "add encrypted private key for travis testing"