Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: ruby
rvm:
- "1.9.3"
- "1.9.2"
- "2.1.0"
- "ruby-head"
notifications:
irc: "irc.freenode.org#generator-travis-ci"
before_script:
# install dependencies
- bundle install
script:
# We want to gate on passing tests and a successful build
- bundle exec rspec