Commit ccde3ea7 by Dane Springmeyer

test the highest level binary v10 - refs https://github.com/mapbox/node-sqlite3/wiki/Binaries

parent e40f8d0f
......@@ -2,6 +2,7 @@ language: node_js
node_js:
- "0.10"
- "0.9.8"
- "0.8"
- "0.6"
......@@ -45,4 +46,4 @@ script:
# test source compile in 32 bit mode against external libsqlite3
- if [[ "$NVER" != v0.6* ]]; then CC=gcc-4.6 CXX=g++-4.6 npm install --build-from-source --sqlite=/usr; fi
- if [[ "$NVER" != v0.6* ]]; then ldd lib/binding/*/*/*node; fi
- if [[ "$NVER" != v0.6* ]]; then npm test; fi
\ No newline at end of file
- if [[ "$NVER" != v0.6* ]]; then npm test; 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