mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Reindent .travis.yml
This commit is contained in:
parent
53bfdcafc3
commit
02ed39a50d
1 changed files with 11 additions and 11 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,17 +1,17 @@
|
|||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- ruby-head
|
||||
- ree
|
||||
- jruby
|
||||
- rbx-18mode
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- ruby-head
|
||||
- ree
|
||||
- jruby
|
||||
- rbx-18mode
|
||||
gemfile:
|
||||
- Gemfile
|
||||
- gemfiles/Gemfile.base-versions
|
||||
- Gemfile
|
||||
- gemfiles/Gemfile.base-versions
|
||||
before_script:
|
||||
- 'sh -e /etc/init.d/xvfb start'
|
||||
- 'sh -e /etc/init.d/xvfb start'
|
||||
before_install:
|
||||
- 'git submodule update --init'
|
||||
- 'git submodule update --init'
|
||||
env:
|
||||
- DISPLAY=':99.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue