Эх сурвалжийг харах

use npm test script for travis

Francisco Giordano 8 жил өмнө
parent
commit
50a903a62d
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -7,7 +7,6 @@ node_js:
 cache:
   yarn: true
 script:
-  - testrpc > /dev/null &
-  - truffle test
+  - yarn test
 after_script:
   - yarn run coveralls