summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 839d3edc07..6468f54d57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
rvm:
- 1.8.7
-# - 1.9.2
- 1.9.3
- 2.0.0
+
+branches:
+ only:
+ - master
+ - 10-stable
+ - 11-stable
+
script: bundle exec rspec --color --format progress