Repository: couchdb-config Updated Branches: refs/heads/master b2ecd0d47 -> e284f570d
Update Travis config - Clone faster - Remove unsupported R14B04 - Use containers - Use new better way to run specific app tests Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/e284f570 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/e284f570 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-config/diff/e284f570 Branch: refs/heads/master Commit: e284f570df1bc2f519d4131b89b983f059c4287e Parents: b2ecd0d Author: Alexander Shorin <[email protected]> Authored: Mon Nov 2 09:23:02 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Mon Nov 2 09:31:37 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/e284f570/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5387318..3552517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,20 @@ language: erlang otp_release: + - 18.1 - 18.0 - 17.5 - R16B03-1 - - R14B04 + +sudo: false + +addons: + apt: + packages: + - libmozjs185-dev before_install: - - sudo apt-get update -qq - - sudo apt-get -y install libmozjs-dev - - git clone https://github.com/apache/couchdb + - git clone --depth 1 https://github.com/apache/couchdb before_script: - cd couchdb @@ -18,7 +23,6 @@ before_script: - make script: - - rebar setup_eunit - - BUILDDIR=`pwd` rebar -r eunit apps=config + - make eunit apps=config cache: apt
