508c255d0f
The previous test implementation was dependent on the git configuration: renames = copies It could then pass on a computer with that config but not passe on a different developpeur computer who could have a different git configuration. That new implementation is testing the same behaviour but at a lower level and is not dependent on the git configuration anymore.
9 lines
119 B
YAML
9 lines
119 B
YAML
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.0
|
|
- 2.1.1
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install libicu-dev
|