Skip to content

Commit

Permalink
Configured Travis for Node 6.x build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 27, 2016
1 parent 5f9c25d commit 1f1a32a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ language: node_js
node_js:
- '4.0'
- '5.0'
- '6.0'

after_script:
- npm run coveralls

after_failure:
- tar -cjf "grunt-svg-sprite_travis_${TRAVIS_BUILD_NUMBER}.tar.bz2" tmp && curl --ftp-create-dirs -T "grunt-svg-sprite_travis_${TRAVIS_BUILD_NUMBER}.tar.bz2" -u $FTP_USER:$FTP_PASSWORD "ftp://jkphl.is/${TRAVIS_REPO_SLUG}/grunt-svg-sprite_travis_${TRAVIS_BUILD_NUMBER}.tar.bz2"

matrix:
fast_finish: true
fast_finish: true

0 comments on commit 1f1a32a

Please sign in to comment.