Skip to content

Commit

Permalink
[CI] Added configuration for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jan 5, 2015
1 parent 0e2fc18 commit 2e2958f
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 @@
language: ruby

branches:
only:
- next

rvm:
- 2.2.0

script:
- bundle exec rake spec

notifications:
disable: true

0 comments on commit 2e2958f

Please sign in to comment.