Skip to content

Commit fc61f1a

Browse files
committed
Land rapid7#5436, @bcook-r7's fixes travis builds
2 parents 294fa78 + 00b8dbf commit fc61f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222
- bundle exec rake db:migrate
2323
script:
2424
# fail build if db/schema.rb update is not committed
25-
- git diff --exit-code && bundle exec rake $RAKE_TASKS
25+
- git diff --exit-code db/schema.rb && bundle exec rake $RAKE_TASKS
2626
sudo: false
2727
rvm:
2828
- '2.1.6'

0 commit comments

Comments
 (0)