diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-09 11:02:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-09 11:47:08 +0300 |
commit | 76d6bc4f82b04931a5f4dfc86af8d98c48e33e82 (patch) | |
tree | e214a8e5eb515e8c0f8c5524af305a18fb4e4f40 /.travis.yml | |
parent | ad947bc70591ea2453a1db9fd248284e369f8695 (diff) | |
download | gitlab-ce-76d6bc4f82b04931a5f4dfc86af8d98c48e33e82.tar.gz |
Update gitlab_git and restore travis.yml
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 d8e01fd6c68..d7fbbc7bbcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: - gem install charlock_holmes -v="0.6.9" branches: only: - - 'code-search' + - 'master' rvm: - 1.9.3-p392 - 2.0.0 |