2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-03 08:39:21 +08:00

forces rubocop install in travis (#6167)

This commit is contained in:
Joffrey JAFFEUX 2018-07-24 17:51:53 -04:00 committed by GitHub
parent 3a52c2fa64
commit 29e612e86a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,3 @@
require 'rubygems'
require 'bundler'
Bundler.require(:test)
require 'json'
require 'shellwords'