Skip to content

Commit

Permalink
Use correct TRAVIS env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcmaynard committed Oct 1, 2020
1 parent 6dcfaf5 commit 13a58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var defaultCapabilities = [{
}];

// Sauce Connect
const useSauce = process.env.USE_SAUCE || process.env.TRAVIS_CI;
const useSauce = process.env.USE_SAUCE || process.env.TRAVIS;
// Keep track
let sauceConnectProcess;
// Tunnel identifier
Expand Down

0 comments on commit 13a58eb

Please sign in to comment.