Skip to content

Commit 3e855c0

Browse files
committed
Add Node 6.9.1 LTS to travis
1 parent 3aa9a70 commit 3e855c0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ matrix:
77
include:
88
- node_js: "4.2"
99
- node_js: "0.12"
10-
- node_js: "0.11"
11-
- node_js: "0.10"
12-
- node_js: "0.12"
10+
- node_js: "6.9.1"
1311
env: SAUCE=true
14-
- node_js: "4.2"
12+
- node_js: "6.9.1"
1513
env: INTEGRATION=true
1614
before_install:
1715
- npm install -g npm@'>=2.13.5'
@@ -65,13 +63,13 @@ deploy:
6563
on:
6664
tags: true
6765
repo: stellar/js-stellar-sdk
68-
node: "4.2"
66+
node: "6.9.1"
6967
condition: "$INTEGRATION = true"
7068
- provider: script
7169
script: ./bower_publish.sh
7270
skip_cleanup: true
7371
on:
7472
tags: true
7573
repo: stellar/js-stellar-sdk
76-
node: "4.2"
74+
node: "6.9.1"
7775
condition: "$INTEGRATION = true"

0 commit comments

Comments
 (0)