aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-02 09:19:06 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-02 09:19:50 +0100
commitc5cef2aa3610d82c89ecf01454cca9132bab72e1 (patch)
tree3b6da819e80cc0f497fbdb8d980d46788b976b4b
parentc54f7784dbdd1ad583661ce24813c74f6f23cd2b (diff)
Tell Travis to test develop and master only
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 345afe708..fbd6464db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: ruby
branches:
only:
- - travistest
+ - develop
+ - master
rvm:
- 1.8.7
before_install: