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 557d87f commit c6a144dCopy full SHA for c6a144d
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+node_js:
3
+ - "8"
4
+
5
+before_install:
6
+# package-lock.json was introduced in npm@5
7
+- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
8
+install: npm install
0 commit comments