jasmine-headless-webkit-tra.../.travis.yml

6 lines
129 B
YAML
Raw Normal View History

2011-09-09 03:31:33 +00:00
before_script: "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake jasmine:headless"
rvm:
- 1.9.2
2011-09-09 03:35:45 +00:00
- 1.8.7