Skip to content

Commit

Permalink
Require yaml explicitly for travis to be happy
Browse files Browse the repository at this point in the history
Don't know why it wasn't required for any of the other 78 builds
travis has done for this project.
  • Loading branch information
Ryan Ahearn committed Mar 11, 2013
1 parent 4b2b409 commit c6d1f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/heroku_san/parser.rb
@@ -1,3 +1,5 @@
require 'yaml'

module HerokuSan
class Parser
include HerokuSan::Git
Expand Down

0 comments on commit c6d1f48

Please sign in to comment.