Skip to content

Commit ecf6302

Browse files
author
Luke Westby
committed
CI node versions
1 parent 4681beb commit ecf6302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ os:
77
env:
88
matrix:
99
- ELM_VERSION=0.16.0 TARGET_NODE_VERSION=node
10-
- ELM_VERSION=0.16.0 TARGET_NODE_VERSION=0.12
10+
- ELM_VERSION=0.16.0 TARGET_NODE_VERSION=4.0
1111

1212
before_install:
1313
- if [ ${TRAVIS_OS_NAME} == "osx" ];

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ environment:
22
ELM_VERSION: "0.16.0"
33
matrix:
44
- nodejs_version: "5.0"
5-
- nodejs_version: "0.12"
5+
- nodejs_version: "4.0"
66

77
platform:
88
- x86

0 commit comments

Comments
 (0)