Skip to content

Commit 334b408

Browse files
author
soycode
committed
up node to 4.4 LTS on shippable/travis
1 parent 8d41115 commit 334b408

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build_image: freedomjs/freedom
22
language: node_js
33
node_js:
4-
- '0.10'
4+
- '4.4'
55
notifications:
66
email:
77
recipients:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "4.4"
44
before_install:
55
- npm install -g grunt-cli
66
install:

0 commit comments

Comments
 (0)