Skip to content

Commit

Permalink
make Travis only build the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Jan 18, 2012
1 parent 27a6115 commit 090e630
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,9 +1,11 @@
language: ruby

rvm:
# - 1.8.7
- 1.9.2
- 1.9.3
# - jruby
# - rbx-18mode

branches:
only:
- master

script: bundle exec rspec spec

0 comments on commit 090e630

Please sign in to comment.