diff options
author | ILYA Khlopotov <iilyak@apache.org> | 2019-06-21 12:50:56 +0000 |
---|---|---|
committer | ILYA Khlopotov <iilyak@apache.org> | 2019-07-29 13:37:43 +0000 |
commit | 25ad74a6cdc03732265d5175218e96a004dd4c40 (patch) | |
tree | cdc6c540ed1b43ec6363bade88ef853378b52ec1 | |
parent | d427f353ab4be03998685f6a167d9559c7b50a76 (diff) | |
download | couchdb-25ad74a6cdc03732265d5175218e96a004dd4c40.tar.gz |
Update .travis.yml
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 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 |