We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9f8f6 commit 0c0c5c1Copy full SHA for 0c0c5c1
.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
@@ -35,7 +35,7 @@
35
"connect-history-api-fallback": "1.3.0",
36
"cross-spawn": "4.0.2",
37
"css-loader": "0.26.2",
38
- "detect-port": "1.0.1",
+ "detect-port": "1.1.0",
39
"dotenv": "2.0.0",
40
"eslint": "3.16.1",
41
"eslint-config-react-app": "^0.6.1",
0 commit comments