From 9f12e870a9b7186a245f03a1cb642fc7b740ae91 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Fri, 17 Feb 2017 18:47:56 -0300 Subject: [PATCH] fix travis tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1c16cf09..a9d12b0c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ before_install: - npm i -g ethereumjs-testrpc - npm i -g truffle script: - - npm test + - testrpc > /dev/null & + - truffle test