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