test(integration): make em at least run locally

This commit is contained in:
Stephan Bönnemann
2015-07-19 16:21:40 +02:00
parent 22a283a027
commit ddaec4f2bf
8 changed files with 53 additions and 22 deletions
+3 -2
View File
@@ -6,8 +6,9 @@ module.exports = function (cwd, uri) {
.env('NPM_OLD_TOKEN', 'aW50ZWdyYXRpb246c3VjaHNlY3VyZQ==')
.env('NPM_EMAIL', 'integration@test.com')
.env('GH_TOKEN', 'ghtoken')
.env('CI', true)
.env('CI', 'true')
.env('TRAVIS', 'true')
.env('TRAVIS_BRANCH', 'master')
.env('npm_config_registry', uri)
.env('npm_config_loglevel', 'info')
.clone()
}