Skip to content

Commit 8afd262

Browse files
committed
fix travis-ci
We were passing deprecated CLI params when trying to install brakeman. Also, sprockets now requires a manifest file for our dummy application.
1 parent d9b13d2 commit 8afd262

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fi
2929
# Brakeman is a security scanner
3030
# https://github.com/presidentbeef/brakeman.
3131
echo " ---> Running breakman"
32-
gem install --no-rdoc --no-ri brakeman slim coffee-rails
32+
gem install brakeman slim coffee-rails
3333
brakeman --run-all-checks --exit-on-warn --ignore-config config/brakeman.ignore .
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//= link_directory ../stylesheets .css
2+
//= link_directory ../javascripts .js

0 commit comments

Comments
 (0)