Skip to content

Commit 6caaaf6

Browse files
authored
Merge pull request scratchfoundation#5166 from rschamp/debug-chromedriver
Use not broken Travis VM distribution
2 parents 32723a8 + a1fc068 commit 6caaaf6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
sudo: required
3-
dist: trusty
3+
dist: xenial
44
addons:
55
chrome: stable
66
node_js:
@@ -11,6 +11,7 @@ env:
1111
- SMOKE_URL=https://llk.github.io/scratch-gui/$TRAVIS_PULL_REQUEST_BRANCH
1212
- NPM_TAG=latest
1313
- RELEASE_VERSION="0.1.0-prerelease.$(date +'%Y%m%d%H%M%S')"
14+
- CHROMEDRIVER_VERSION=LATEST
1415
cache:
1516
directories:
1617
- node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
1313
"start": "webpack-dev-server",
1414
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
15-
"test:integration": "jest --runInBand test[\\\\/]integration || true",
15+
"test:integration": "jest --runInBand test[\\\\/]integration",
1616
"test:lint": "eslint . --ext .js,.jsx",
1717
"test:unit": "jest test[\\\\/]unit",
1818
"test:smoke": "jest --runInBand test[\\\\/]smoke",

0 commit comments

Comments
 (0)