Make sure to update the config for Travis-CI
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/46b31521 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/46b31521 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/46b31521 Branch: refs/heads/master Commit: 46b315217d55c9b604add4e918c07f6feb6cb69b Parents: 4774f72 Author: Paul J. Davis <[email protected]> Authored: Mon Jun 16 21:09:49 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Jun 16 21:09:49 2014 -0500 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/46b31521/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 8a0049d..e5f561d 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -16,7 +16,7 @@ Proper = [ ConfigPath = filename:dirname(SCRIPT), DevMarker = filename:join([ConfigPath, ".jiffy.dev"]), -case filelib:is_file(DevMarker) of +case filelib:is_file(DevMarker) orelse os:getenv("TRAVIS") == "true" of true -> % Don't override existing dependencies Config0 = case lists:keyfind(deps, 1, CONFIG) of
