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 11language : node_js
22sudo : required
3- dist : trusty
3+ dist : xenial
44addons :
55 chrome : stable
66node_js :
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
1415cache :
1516 directories :
1617 - node_modules
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments