We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22cbae commit 3fc8c9fCopy full SHA for 3fc8c9f
.travis.yml
@@ -1,16 +1,11 @@
1
language: ruby
2
rvm:
3
- 2.1.5
4
+cache: bundler
5
+sudo: false
6
bundler_args: "--without development production"
7
services:
8
- redis-server
-before_install:
-- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.deb
9
-- sudo dpkg --purge elasticsearch
10
-- sudo dpkg -i elasticsearch-0.90.13.deb
11
-- sudo service elasticsearch start
12
-- gem update --system
13
-- travis_retry gem install bundler --pre
14
before_script:
15
- cp -f config/database.travis.yml config/database.yml
16
- cp -f .env.example .env
0 commit comments