travis: run webpacker:install

这个提交存在于:
Nolan Lawson 2018-04-10 19:22:07 -07:00
父节点 5da160ce83
当前提交 e63b856a24

查看文件

@ -78,7 +78,8 @@ async function runMastodon () {
let cmds = [
'gem install bundler foreman',
'bundle install',
'yarn --pure-lockfile'
'yarn --pure-lockfile',
'bundle exec rails webpacker:install'
]
for (let cmd of cmds) {