We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2a880 commit d8762a3Copy full SHA for d8762a3
.travis.yml
@@ -0,0 +1,6 @@
1
+language: node_js
2
+# default is the very old 0.10.48; match local version instead
3
+node_js: '8.9'
4
+
5
+before_script: npm run lint
6
+script: npm test
package.json
@@ -6,7 +6,7 @@
"scripts": {
7
"lint": "standard --parser babel-eslint",
8
"lint:fix": "standard --parser babel-eslint --fix",
9
- "test": "webpack && npm pack",
+ "test": "npm run dist && npm pack",
10
"start": "webpack-dev-server -d --inline --hot",
11
"dist": "webpack -p --config webpack.production.config.js",
12
"pub": "npm run dist && npm publish"
0 commit comments