Skip to content

Commit

Permalink
Merge pull request #423 from amilajack/patch-1
Browse files Browse the repository at this point in the history
Test against modern node versions
  • Loading branch information
jamesplease committed Dec 5, 2016
2 parents d1c99ff + d065a39 commit 5e4d990
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
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "4"
- "stable"
- 7
- 6
- 4
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-babel-boilerplate' ]; then cd .. && eval "mv $currentfolder generator-babel-boilerplate" && cd generator-babel-boilerplate; fi

0 comments on commit 5e4d990

Please sign in to comment.