|
@ -1,6 +1,6 @@ |
|
|
language: ruby |
|
|
language: ruby |
|
|
rvm: |
|
|
rvm: |
|
|
- 2.0.0 |
|
|
- 2.3.1 |
|
|
before_install: |
|
|
before_install: |
|
|
- "export DISPLAY=:99.0" |
|
|
- "export DISPLAY=:99.0" |
|
|
- "sh -e /etc/init.d/xvfb start" |
|
|
- "sh -e /etc/init.d/xvfb start" |
|
@ -11,4 +11,4 @@ before_script: |
|
|
# "psql -U postgres -q -d DB_NAME -f db/structure.sql" |
|
|
# "psql -U postgres -q -d DB_NAME -f db/structure.sql" |
|
|
- bundle exec rake db:test:prepare |
|
|
- bundle exec rake db:test:prepare |
|
|
script: bundle exec cucumber |
|
|
script: bundle exec cucumber |
|
|
env: RAILS_ENV=test |
|
|
env: RAILS_ENV=test |
|
|