1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Specifically exclude "readme-edits" branch from Travis

This commit is contained in:
Larry Gilbert 2013-03-21 13:09:18 -07:00
parent e4dc65f449
commit edbd815f1e

View file

@ -2,3 +2,6 @@ language: ruby
rvm:
- "1.9.3"
- "2.0.0"
branches:
except:
- "readme-edits"