You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/29 00:42:32 UTC

[07/54] jiffy commit: updated refs/heads/master to ef77de4

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 <pa...@gmail.com>
Authored: Mon Jun 16 21:09:49 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
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