From 8b2c66eeb2c7c133b22f4328370f9010ff5b6db7 Mon Sep 17 00:00:00 2001 From: evilaliv3 Date: Wed, 2 Dec 2015 14:47:24 +0100 Subject: [PATCH] Properly set the BUILD_ID in grunt saucelabs script --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 40762c34..dfaf8ea8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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",