Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 12, 2015
1 parent 6f9f461 commit ca3db63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
cache: bundler
language: ruby
rvm:
- 2.2.2
before_install: gem update --remote bundler
install:
- bundle install --retry=3
script:
- bundle exec thor spec
notifications:
email:
on_success: never
on_failure: never

0 comments on commit ca3db63

Please sign in to comment.