mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
11 lines
202 B
YAML
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
|