Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
run latest bundler on travis (#36)
Browse files Browse the repository at this point in the history
* run latest bundler on travis

* never send notification emails
  • Loading branch information
marcoow committed Jan 2, 2017
1 parent 78c660f commit c5d2cd1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
language: ruby

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ree
script: "bundle exec rspec"

before_install:
- gem install bundler

script: "bundle exec rspec"

notifications:
email: false
slack:
rooms:
secure: OOKD4ZksqzEBW/A3WRuOToODIxnDITqx+Esu7tdmmYPuQlMYgx4SUHv8j9OM9/ScFJiseeVGSkl45vJrHLLIITX9XSjO1RgiGZgw2heVujmGpF6CZNqvT6GsQuKIvMzmwF7IxuHdfV45Csr9Ou/Fg74TszR/4S2h4SOI4zhLg7A=

0 comments on commit c5d2cd1

Please sign in to comment.