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 4681beb commit ecf6302Copy full SHA for ecf6302
.travis.yml
@@ -7,7 +7,7 @@ os:
7
env:
8
matrix:
9
- ELM_VERSION=0.16.0 TARGET_NODE_VERSION=node
10
- - ELM_VERSION=0.16.0 TARGET_NODE_VERSION=0.12
+ - ELM_VERSION=0.16.0 TARGET_NODE_VERSION=4.0
11
12
before_install:
13
- if [ ${TRAVIS_OS_NAME} == "osx" ];
appveyor.yml
@@ -2,7 +2,7 @@ environment:
2
ELM_VERSION: "0.16.0"
3
4
- nodejs_version: "5.0"
5
- - nodejs_version: "0.12"
+ - nodejs_version: "4.0"
6
platform:
- x86
0 commit comments