Added mandatory language key to .travis.yml, ensured to build both master and 1.1_stable branch

This commit is contained in:
Jarl Friis 2012-09-15 08:15:26 +02:00
parent be672f3dcf
commit f14d6ab4b1
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
@ -26,3 +27,7 @@ matrix:
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
branches:
only:
- master
- 1.1_stable