Browse Source

fix travis tests

Manuel Araoz 8 years ago
parent
commit
9f12e870a9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.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