Skip to content

Commit

Permalink
use travis sauce_connect addon
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Aug 31, 2017
1 parent c33b804 commit e3e1d6b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 296 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ dist: trusty

addons:
chrome: stable
sauce_connect:
username: mobiledoc-kit
access_key: f9cad21d-1141-452d-8f64-c6ba3f43faa6

cache:
yarn: true
Expand All @@ -18,6 +21,3 @@ before_install:

script:
- yarn test:ci

env:
- SAUCE_USERNAME=mobiledoc-kit SAUCE_ACCESS_KEY=f9cad21d-1141-452d-8f64-c6ba3f43faa6
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"conventional-changelog-cli": "^1.3.1",
"jquery": "^3.2.1",
"jsdoc": "^3.4.2",
"saucie": "^3.1.0",
"testem": "^1.16.0"
},
"main": "dist/commonjs/mobiledoc-kit/index.js"
Expand Down
22 changes: 0 additions & 22 deletions sauce_labs/saucie-connect.js

This file was deleted.

8 changes: 0 additions & 8 deletions sauce_labs/saucie-disconnect.js

This file was deleted.

8 changes: 0 additions & 8 deletions testem-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@
"timeout": 600,
"browser_start_timeout": 90,
"test_page": "dist/tests/index.html?hidepassed",
"on_start": "./sauce_labs/saucie-connect.js",
"on_exit": "./sauce_labs/saucie-disconnect.js",
"port": 8080,
"launchers": {
"SL_Chrome_Current": {
"exe": "saucie",
"args": ["-b", "chrome", "-p", "Windows 10", "-v", "latest", "--no-connect", "-u"],
"protocol": "tap"
},
"SL_MS_Edge": {
"exe": "saucie",
"args": ["-b", "microsoftedge", "--no-connect", "-u"],
Expand All @@ -38,7 +31,6 @@
"launch_in_ci": [
"Chrome",
"SL_Firefox_Current",
"SL_Chrome_Current",
"SL_Safari_Current",
"SL_MS_Edge",
"SL_IE_11"
Expand Down
Loading

0 comments on commit e3e1d6b

Please sign in to comment.