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 4c07b0d commit 35a43e8Copy full SHA for 35a43e8
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js # 使用 nodejs
2
node_js: # 版本为 8
3
- - "8"
+ - "10"
4
5
cache: yarn # 使用 yarn 而不是 npm (按照实际情况调整)
6
install: yarn
0 commit comments