Skip to content

Commit 0c0c5c1

Browse files
ryanwaltersgaearon
authored andcommitted
Run CI on Node 7; Bump detect-port: 1.0.1 -> 1.1.0 (#1776) (#1783)
* Run CI on Node 7 * Bump detect-port: 1.0.1 -> 1.1.0 * Run AppVeyor CI on Node 7
1 parent 9c9f8f6 commit 0c0c5c1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- 4
55
- 6
6+
- 7
67
cache:
78
directories:
89
- node_modules

appveyor.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
environment:
22
matrix:
3+
- nodejs_version: 7
4+
test_suite: "simple"
5+
- nodejs_version: 7
6+
test_suite: "installs"
7+
- nodejs_version: 7
8+
test_suite: "kitchensink"
39
- nodejs_version: 6
410
test_suite: "simple"
511
- nodejs_version: 6

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"connect-history-api-fallback": "1.3.0",
3636
"cross-spawn": "4.0.2",
3737
"css-loader": "0.26.2",
38-
"detect-port": "1.0.1",
38+
"detect-port": "1.1.0",
3939
"dotenv": "2.0.0",
4040
"eslint": "3.16.1",
4141
"eslint-config-react-app": "^0.6.1",

0 commit comments

Comments
 (0)