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 1bded5c commit 83f9b0cCopy full SHA for 83f9b0c
.travis.yml
@@ -0,0 +1,9 @@
1
+sudo: required
2
+
3
+services:
4
+ - docker
5
6
+language: node_js
7
+node_js:
8
+ - "iojs"
9
+ - "7"
package.json
@@ -52,7 +52,7 @@
52
"scripts": {
53
"start": "node server.js",
54
"build": "webpack --display-error-details --progress",
55
- "test": "mocha -w --require ignore-styles /react/test/helpers/browser.js /react/test/*test.js /react/test/**/*test.js",
+ "test": "mocha --require ignore-styles /react/test/helpers/browser.js /react/test/*test.js /react/test/**/*test.js",
56
"dev:hot": "webpack-dev-server"
57
},
58
"repository": {
0 commit comments