Skip to content

Commit

Permalink
Merge pull request #241 from springmeyer/replicate-issue-239
Browse files Browse the repository at this point in the history
Replicate issue #239 by testing node-webkit on travis
  • Loading branch information
kkoopa committed Jan 18, 2015
2 parents ca22ab7 + 4a424fc commit 3a4adc6
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,7 @@ env:
- NODE_VERSION="0.10.31"
- NODE_VERSION="0.10.32"
- NODE_VERSION="0.11.14"
- NODE_WEBKIT="0.11.5" NODE_VERSION="0.10.32"
node_js:
- "0.10"
notifications:
Expand All @@ -22,5 +23,6 @@ before_install:
- nvm install $NODE_VERSION
- node --version
- node_modules/.bin/node-gyp rebuild --directory test
- if [[ ${NODE_WEBKIT:-unset} != "unset" ]]; then npm install nw-gyp && ./node_modules/.bin/nw-gyp rebuild --directory test --target=$NODE_WEBKIT; fi;
install:
script: tap --gc test/js/*-test.js

0 comments on commit 3a4adc6

Please sign in to comment.