Skip to content

Instantly share code, notes, and snippets.

@zpratt
Created February 23, 2014 20:37
Show Gist options
  • Save zpratt/9176902 to your computer and use it in GitHub Desktop.
Save zpratt/9176902 to your computer and use it in GitHub Desktop.
travis-ci NODE_ENV config file.
module.exports = (function () {
'use strict';
return require('./parent-config')('/thoughtsom', process.env.BUILD_DIR);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment