Skip to content

Commit

Permalink
Trying to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Jul 11, 2019
1 parent 4eadc6b commit 508567a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ env:
global:
- secure: hWXfx3a0CpFu3HyULPUiNXVMjxMlpwPzPbAnSTuijpm4R1AUb7lkW+9fxR6eHQLcp6EZHZC0uozszE4A4sWgzqw0Qgfcopqi9OxeNNNQBLQFSfM+u8u7r3JfBpGcypNJDiYTdsaopKT7o9wczO1AWYBSTV5V28N3wpZ/F/INrTs=
- secure: m51csxwPd7fdVoN6eR0mdON2qNH0dZQJsMIAnObJpi05rZb3MH/ObtF1m+srAPB+Fp9Kr6zfTSZcw3VOzfVEoh/h9tpyuPhmU8KTDxyoXb+DnGQM0eN5Ri5OBlJse7DudjyhJRPlLdcqEJCCmuYYjO1H9KbgyITz0ztRsLpuP+Y=
addon:
sauce_connect: true
4 changes: 1 addition & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ module.exports = config => {

config.sauceLabs = {
testName: 'Cookies Unit Tests',
startConnect: false,
build: process.env.TRAVIS_BUILD_NUMBER,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
build: process.env.TRAVIS_BUILD_NUMBER
};
config.singleRun = true;
config.customLaunchers = customLaunchers;
Expand Down

0 comments on commit 508567a

Please sign in to comment.