1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/.travis.yml
2013-02-24 13:42:01 +00:00

11 lines
202 B
YAML

before_script:
- sudo ci/install_phantomjs
- "export PATH=phantomjs/bin:$PATH"
- phantomjs --version
script: bundle exec rake ci
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- rbx-19mode
- jruby-19mode