Commit 443f9fa3 by Dane Springmeyer

workaround travis-ci/travis-ci#1532 [skip ci]

parent 943a6241
...@@ -5,6 +5,12 @@ os: ...@@ -5,6 +5,12 @@ os:
- linux - linux
- osx - osx
# don't re-build for tags so that [publish binary] is not re-run
# https://github.com/travis-ci/travis-ci/issues/1532
branches:
except:
- /^v[0-9]/
env: env:
matrix: matrix:
- NODE_VERSION="0.8" - NODE_VERSION="0.8"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment