We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeba530 commit 6741f3fCopy full SHA for 6741f3f
.travis.yml
@@ -40,6 +40,7 @@ install:
40
after_success:
41
#Deploy.
42
#Docker Login
43
+- bash <(curl -s https://codecov.io/bash)
44
- cd ..
45
- openssl aes-256-cbc -K $encrypted_008ab571332e_key -iv $encrypted_008ab571332e_iv -in javascriptcredentials.tar.enc -out javascriptcredentials.tar -d
46
- tar -xvf javascriptcredentials.tar
0 commit comments