Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-05-14 08:17:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-05-14 08:17:32 +0300
commit1e6600b995608da9474e8aa6288ba98ef083c20f (patch)
tree927f82bec99cbc7b2b9a13f8df5ef017aaf9aac8
parent5b31f78cb3afba2c755efe2f62faf76e77f3acf1 (diff)
parentc979687a4d8dee6a4732abfd8b69e68883a80119 (diff)
Merge pull request #771 from vsn4ik/upd_gem_params
Change deprecated gem params
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e059165..face183 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_install:
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- - travis_retry gem install --no-ri --no-rdoc "jekyll:~>2.5.3" "rouge:~>1.8" "sass:~>3.4"
+ - travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.8" "sass:~>3.4"
matrix:
fast_finish: true