From 7722266f54bd57aa16e287074379a5887af10c9d Mon Sep 17 00:00:00 2001 From: Ramon Tayag Date: Sat, 26 May 2018 13:13:53 +0800 Subject: [PATCH] Run `yarn install` in travis to install bitcoinjs-lib --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 00dc427..aaa4646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ rvm: before_script: - cp config/database.yml{.sample,} - bundle exec rake db:create db:test:prepare +- yarn install