We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7500745 commit ddcf371Copy full SHA for ddcf371
2 files changed
.travis.yml
@@ -7,9 +7,3 @@ script: npm run test -- --coverage
7
cache: yarn
8
after_success:
9
- bash <(curl -s https://codecov.io/bash)
10
-
11
-deploy:
12
- provider: script
13
- script: scripts/deploy.sh
14
- on:
15
- branch: master
scripts/deploy.sh
0 commit comments