mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
travis script update
This commit is contained in:
parent
784527ef47
commit
e90ab3243c
@ -9,11 +9,15 @@ cache:
|
||||
directories:
|
||||
- ./node_modules
|
||||
|
||||
|
||||
before_install:
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
# Use Chromium instead of Chrome.
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- xvfb-run -a npm run test -- --single-run --no-progress --browser=ChromeNoSandbox
|
||||
#- xvfb-run -a npm run e2e -- --no-progress --config=protractor-ci.conf.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user