We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218fea4 commit 6812822Copy full SHA for 6812822
.travis.yml
@@ -3,6 +3,7 @@ language: node_js
3
node_js:
4
- 4
5
- 6
6
+ - 7
7
cache:
8
directories:
9
- node_modules
appveyor.yml
@@ -1,5 +1,11 @@
1
environment:
2
matrix:
+ - nodejs_version: 7
+ test_suite: "simple"
+ test_suite: "installs"
+ test_suite: "kitchensink"
- nodejs_version: 6
10
test_suite: "simple"
11
packages/react-scripts/package.json
@@ -37,7 +37,7 @@
37
"connect-history-api-fallback": "1.3.0",
38
"cross-spawn": "4.0.2",
39
"css-loader": "0.26.1",
40
- "detect-port": "1.0.1",
+ "detect-port": "1.1.0",
41
"dotenv": "2.0.0",
42
"eslint": "3.16.1",
43
"eslint-config-react-app": "^0.6.1",
0 commit comments