We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb670d commit 83c9ea4Copy full SHA for 83c9ea4
Gruntfile.js
@@ -591,8 +591,8 @@ module.exports = function (grunt) {
591
];
592
593
if (isNaN(Number(process.env.TRAVIS_PULL_REQUEST, 10)) &&
594
- Number(process.env.TRAVIS_NODE_VERSION) === 0.11 &&
595
- (process.env.TRAVIS_BRANCH === "master" || process.env.TRAVIS_BRANCH === "sauce")) {
+ Number(process.env.TRAVIS_NODE_VERSION) === 4 &&
+ (process.env.TRAVIS_BRANCH === "master" || process.env.TRAVIS_BRANCH === "3.x")) {
596
testTasks.push("force:on");
597
testTasks.push("sauce-after-setup");
598
testTasks.push("force:off");
0 commit comments