Skip to content

Commit

Permalink
Added required parameter 'language' to travis config and ensured head…
Browse files Browse the repository at this point in the history
…less is started in travis environment.
  • Loading branch information
steveyken authored and ndbroadbent committed Feb 23, 2012
1 parent b149a36 commit 8ee0124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
language: ruby
rvm:
- 1.9.3
- 1.9.2
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/acceptance_helper.rb
Expand Up @@ -10,7 +10,7 @@
# https://github.com/binarylogic/authlogic/issues/262#issuecomment-1804988
User.acts_as_authentic_config[:maintain_sessions] = false

if ENV['HEADLESS'] == 'true'
if ENV['HEADLESS'] == 'true' or ENV["CI"] == "true"
require 'headless'
headless = Headless.new
headless.start
Expand Down

0 comments on commit 8ee0124

Please sign in to comment.