Skip to content

Commit

Permalink
Add Node 6.9.1 LTS to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Nov 3, 2016
1 parent 3aa9a70 commit 3e855c0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ matrix:
include:
- node_js: "4.2"
- node_js: "0.12"
- node_js: "0.11"
- node_js: "0.10"
- node_js: "0.12"
- node_js: "6.9.1"
env: SAUCE=true
- node_js: "4.2"
- node_js: "6.9.1"
env: INTEGRATION=true
before_install:
- npm install -g npm@'>=2.13.5'
Expand Down Expand Up @@ -65,13 +63,13 @@ deploy:
on:
tags: true
repo: stellar/js-stellar-sdk
node: "4.2"
node: "6.9.1"
condition: "$INTEGRATION = true"
- provider: script
script: ./bower_publish.sh
skip_cleanup: true
on:
tags: true
repo: stellar/js-stellar-sdk
node: "4.2"
node: "6.9.1"
condition: "$INTEGRATION = true"

0 comments on commit 3e855c0

Please sign in to comment.