mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
[Travis] Update build configuration
This commit is contained in:
parent
8007a1ac23
commit
4a97d9dd9f
2 changed files with 6 additions and 3 deletions
|
@ -3,14 +3,17 @@ rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- ree
|
- ree
|
||||||
- rbx-2.0
|
|
||||||
- jruby
|
- jruby
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
|
- "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
|
||||||
- "mkdir ~/.ssh && touch ~/.ssh/known_hosts && echo 'gist.github.com,207.97.227.243 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts"
|
- "echo 'github.com,207.97.227.239 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts"
|
||||||
|
|
||||||
script: "bundle exec rake spec cucumber"
|
script: "bundle exec rake spec cucumber"
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
- gemfiles/3.0.gemfile
|
- gemfiles/3.0.gemfile
|
||||||
- gemfiles/3.1.gemfile
|
- gemfiles/3.1.gemfile
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
disabled: true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
require 'aruba/cucumber'
|
require 'aruba/cucumber'
|
||||||
|
|
||||||
Before do
|
Before do
|
||||||
@aruba_timeout_seconds = 30
|
@aruba_timeout_seconds = 120
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue