Commit 54463db1 by Dane Springmeyer

skip 32 bit build (broken atm)

parent b11bea6b
......@@ -30,6 +30,7 @@ npm test
platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
: '
if [[ $(uname -s) == 'Linux' ]]; then
# node v0.8 and above provide pre-built 32 bit and 64 bit binaries
# so here we use the 32 bit ones to also test 32 bit builds
......@@ -64,3 +65,5 @@ if [[ $(uname -s) == 'Linux' ]]; then
npm test
fi
fi
'
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