Add environment variable to travis to compile for testing.

This commit is contained in:
Braydon Fuller 2015-07-21 13:49:20 -04:00
parent 7f5c509254
commit bcdf75a5e1
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
language: node_js
env:
- BITCOINDJS_ENV=test
node_js:
- "0.12"
before_install: