Skip to content

Commit

Permalink
Testing Node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnelldean committed Aug 11, 2016
1 parent 8f112a1 commit 2510563
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -2,8 +2,9 @@ language: node_js
sudo: false

node_js:
- 4
- 5
- '4'
- '5'
- '6'

env:
global:
Expand All @@ -27,11 +28,9 @@ env:
# - TEST_SUITE=senecajs/seneca-transport
# - TEST_SUITE=rjrodger/seneca-balance-client
# - TEST_SUITE=rjrodger/seneca-mesh

before_script:
- if [[ $TRAVIS_NODE_VERSION == "6" ]]; then export LAB_FLAGS="--leaks"; else export LAB_FLAGS=""; fi
- TEST_SUITE_FOLDER=$(basename $TEST_SUITE)
- echo LAB_FLAGS:$LAB_FLAGS
- echo TEST_SUITE:$TEST_SUITE
- echo TEST_SUITE_FOLDER:$TEST_SUITE_FOLDER
- if [ $TEST_SUITE_FOLDER != 'seneca' ]; then
Expand Down

0 comments on commit 2510563

Please sign in to comment.