lib/travis/client/repository.rb in travis-1.6.15.travis.566.6 vs lib/travis/client/repository.rb in travis-1.6.15.travis.580.6

- old
+ new

@@ -222,9 +222,13 @@ def pull?(user = session.user) user.pull_access? self end + def env_vars + attributes['env_vars'] ||= EnvVar::List.new(self) + end + private def state last_build_state end