Properly set the BUILD_ID in grunt saucelabs script

This commit is contained in:
evilaliv3 2015-12-02 14:47:24 +01:00
parent 727cb9f237
commit 8b2c66eeb2

View File

@ -174,7 +174,7 @@ module.exports = function(grunt) {
username: 'openpgpjs',
key: '60ffb656-2346-4b77-81f3-bc435ff4c103',
urls: ['http://127.0.0.1:9000/test/unittests.html'],
build: process.env.TRAVIS_JOB_ID,
build: process.env.TRAVIS_BUILD_ID,
testname: 'Sauce Unit Test for openpgpjs',
browsers: [browser_capabilities],
public: "public",