Skip to content

Commit

Permalink
Fixed SauceLabs build number / tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Jan 28, 2015
1 parent 1348e8c commit 000aa0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ module.exports = function(grunt) {
all: {
options: {
urls: ['localhost:8080/test/index.html'],
build: process.env.CI_BUILD_NUMBER,
build: process.env.TRAVIS_BUILD_NUMBER,
testname: process.env.COMMIT_MESSAGE || 'Selectize Tests',
tags: ['selectize', 'test'],
sauceConfig: {'public': 'public'},
browsers: [
// mobile
Expand Down

0 comments on commit 000aa0e

Please sign in to comment.