Merge branch 'master' into Update_Docs_DM

This commit is contained in:
DMehaffy 2018-07-10 00:53:13 -07:00 committed by GitHub
commit 01ca0434d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,16 @@ before_install:
- export CHROME_BIN=chromium-browser - export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
- sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share} # - sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
- npm cache clean --force # - npm cache clean --force
- rm -rf node_modules/ # - rm -rf node_modules/
install: install:
- npm run setup --debug - npm run setup --debug
script: script:
- npm run doc - npm run doc
cache:
directories:
- "node_modules"