We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd04c2a commit 7dea8cdCopy full SHA for 7dea8cd
.travis.yml
@@ -1,9 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
-- 6
+ - node
5
script:
6
-- yarn run build
+ - yarn run build
7
deploy:
8
provider: npm
9
skip_cleanup: true
0 commit comments