From 02b0421724894ceab9bb16f43377cf7e51f1b4ae Mon Sep 17 00:00:00 2001 From: ILYA Khlopotov Date: Fri, 21 Jun 2019 12:50:56 +0000 Subject: Update .travis.yml --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ef4aeadf..4af915ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,10 +41,6 @@ env: - secure: "UdA/gKIlyuXaW+hUgRx40t1TYjLCGxMqHvM5Uw7UbUH2dqEkgJiLfhZGchS1JVzl8M01VKZUUzS7v2nvRLiHZN1kvaw5kfq31VRoafUah8jfmvqNWZVdLovHl3aw5UX/HRt0RkbWbhdbdknTfh6+YinSZ+Nb54jCErMg9nabXtM=" - COUCHDB_IO_LOG_DIR=/tmp/couchjslogs -# Change to elixir folder so that travis can run mix deps.get during install -before_install: - - cd test/elixir - # Enable this block if you want to build docs & fauxton too #node_js: # - 6 @@ -53,7 +49,6 @@ before_install: # Then comment this section out before_script: - - cd ../.. - kerl list installations - rm -rf /tmp/couchjslogs - mkdir -p /tmp/couchjslogs -- cgit v1.2.1