From ebcc5137d970a1634c320a0c3476cf8e2f015b2a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 20 Feb 2015 14:53:41 -0300 Subject: [PATCH 1/3] test travis --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fe45937..ad53942 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ .PHONY: test cover + :w test: ./node_modules/.bin/mocha cover: From fdc6d19cdf4a0aadb55b9b90556a67e21547be56 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 20 Feb 2015 14:54:26 -0300 Subject: [PATCH 2/3] . --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ad53942..fe45937 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ .PHONY: test cover - :w test: ./node_modules/.bin/mocha cover: From 0cdf5759dac2dc7f9b9622324a4cd270c59948d7 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 20 Feb 2015 15:06:15 -0300 Subject: [PATCH 3/3] . --- .travis.yml | 3 --- lib/client/{Verifier.js => verifier.js} | 0 2 files changed, 3 deletions(-) rename lib/client/{Verifier.js => verifier.js} (100%) diff --git a/.travis.yml b/.travis.yml index eaba536..2332d98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: node_js node_js: - '0.10' -before_install: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start install: - npm install diff --git a/lib/client/Verifier.js b/lib/client/verifier.js similarity index 100% rename from lib/client/Verifier.js rename to lib/client/verifier.js