Skip to content

Commit

Permalink
Merge pull request #79 from stealjs/landscaper/steal-xenial
Browse files Browse the repository at this point in the history
Migrate to use Xenial in Travis
  • Loading branch information
cherifGsoul authored Jul 1, 2019
2 parents 695902d + ae289d0 commit 7414952
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js: node
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm run http-server &
- sleep 2
script: npm run eslint && npm run saucelabs
addons:
sauce_connect: true
dist: xenial
services:
- xvfb
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"steal-test-helpers": "^0.2.0",
"steal-tools": "^1.0.0",
"test-saucelabs": "0.0.2",
"testee": "^0.6.1",
"testee": "^0.9.1",
"wd": "^1.2.0"
},
"steal": {
Expand Down
6 changes: 3 additions & 3 deletions test/saucelabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ var platforms = [{
version: '9'
}, {
browserName: 'Safari',
'appium-version': '1.6.4',
'appium-version': '1.9.1',
platformName: 'iOS',
platformVersion: '10.0',
deviceName: 'iPhone 7 Simulator'
platformVersion: '11.0',
deviceName: 'iPhone 8 Simulator',
}];

testSaucelabs({
Expand Down

0 comments on commit 7414952

Please sign in to comment.