diff options
| author | Bruno Perles | 2015-12-16 10:02:04 +0100 |
|---|---|---|
| committer | Bruno Perles | 2015-12-16 10:02:04 +0100 |
| commit | 2590606c5912a85b8cb1aaa40c57dab67d75e7f7 (patch) | |
| tree | a63f7d70a32c6683c31511772d8367c3fa7a2a05 /.travis.yml | |
| parent | d902ef10e8c6830ca0be00bd03b5e117cf6d7285 (diff) | |
| download | chouette-core-2590606c5912a85b8cb1aaa40c57dab67d75e7f7.tar.bz2 | |
Improvements
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f208b9fd6..9addd953f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ notifications: - alban.peignier@af83.com - anicet.rohee@af83.com before_install: - - gem update bundler + - "gem update bundler" before_script: - "bundle exec rake ci:db_travis_config" - "bundle exec rake db:create" |
