diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-04 10:13:54 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-04 10:13:54 +0300 |
commit | 9bf7c1ee319496f5cb7f138ca6c82aa167d02864 (patch) | |
tree | 89d2a338450c191456ae3c6c19dd6270516fd36b /.travis.yml | |
parent | 9b4c41f826151bbad4a3dbb42b892f250f8901b5 (diff) | |
download | gitlab-ce-9bf7c1ee319496f5cb7f138ca6c82aa167d02864.tar.gz |
Fix travis script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 402fc8e0dd2..f3ede12f89f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ env: before_install: - sudo apt-get install libicu-dev -y - gem install charlock_holmes -v="0.6.8" - - echo "yes" | gem uninstall json ffi branches: only: - 'master' |