We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbf079 commit 702d68dCopy full SHA for 702d68d
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
-node_js: 8
+node_js: 12
3
before_script: yarn build
4
-after_success: "./publish-examples.sh"
+after_success: './publish-examples.sh'
5
deploy:
6
skip_cleanup: true
7
provider: npm
0 commit comments