File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : required
3
- dist : trusty
3
+ dist : xenial
4
4
addons :
5
5
chrome : stable
6
6
node_js :
11
11
- SMOKE_URL=https://llk.github.io/scratch-gui/$TRAVIS_PULL_REQUEST_BRANCH
12
12
- NPM_TAG=latest
13
13
- RELEASE_VERSION="0.1.0-prerelease.$(date +'%Y%m%d%H%M%S')"
14
+ - CHROMEDRIVER_VERSION=LATEST
14
15
cache :
15
16
directories :
16
17
- node_modules
Original file line number Diff line number Diff line change 12
12
"i18n:src" : " rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push" ,
13
13
"start" : " webpack-dev-server" ,
14
14
"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" ,
16
16
"test:lint" : " eslint . --ext .js,.jsx" ,
17
17
"test:unit" : " jest test[\\\\ /]unit" ,
18
18
"test:smoke" : " jest --runInBand test[\\\\ /]smoke" ,
You can’t perform that action at this time.
0 commit comments