Skip to content

Commit

Permalink
removed allow_failures for rails 4 and put back irc notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosmas committed Aug 22, 2013
1 parent eeea856 commit 6bfbf43
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ matrix:
gemfile: gemfiles/rails_3_1.gemfile
- rvm: 2.0.0
gemfile: gemfiles/capybara_1_1.gemfile
allow_failures:
- rvm: 1.9.3
gemfile: gemfiles/rails_4_0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails_4_0.gemfile

# Needed for selenium browser
before_script:
Expand All @@ -36,5 +31,5 @@ before_script:
notifications:
email:
- [email protected]
# irc:
# - "irc.freenode.org#cucumber"
irc:
- "irc.freenode.org#cucumber"

0 comments on commit 6bfbf43

Please sign in to comment.