diff --git a/.travis.yml b/.travis.yml index c90bba8..8bb2da5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ env: - TASK=jasmine:ci DB=postgresql before_install: - sudo apt-get install libicu-dev -y +install: + - "bundle install --deployment --without production" branches: only: - 'master' -- libgit2 0.21.2