From 7de5ac32debff97c8220d33d217d84125c636b4b Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Tue, 28 Jul 2015 16:32:53 -0400 Subject: [PATCH] Fixed env variables. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index baa3d418..45957147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ sudo: false language: node_js env: -- BITCOINDJS_ENV=test -- BITCOINDJS_ASSUME_YES=true +- BITCOINDJS_ENV=test BITCOINDJS_ASSUME_YES=true node_js: - "0.12" before_install: