Skip to content

Commit

Permalink
Added mandatory language key to .travis.yml, ensured to build both ma…
Browse files Browse the repository at this point in the history
…ster and 1.1_stable branch
  • Loading branch information
jarl-dk committed Sep 15, 2012
1 parent be672f3 commit f14d6ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
Expand Down Expand Up @@ -26,3 +27,7 @@ matrix:
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
branches:
only:
- master
- 1.1_stable

0 comments on commit f14d6ab

Please sign in to comment.