Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Explicitly test with different node versions
Browse files Browse the repository at this point in the history
It seems that node-rsvg fails with node6
  • Loading branch information
physikerwelt committed May 17, 2016
1 parent 5b503c3 commit c1c213f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ node_js:
- "0.12"
- "2"
- "iojs"
- "4"
- "5"
- "node"
before_script:
- sudo apt-get update -qq
Expand Down

0 comments on commit c1c213f

Please sign in to comment.