Unverified Commit 50576405 by justadudewhohacks Committed by GitHub

Merge pull request #127 from DanielRuf/ci/use-npm-install

ci: use npm install
parents 845c28dc 869c80a0
...@@ -9,6 +9,7 @@ env: ...@@ -9,6 +9,7 @@ env:
- BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true - BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
addons: addons:
chrome: stable chrome: stable
install: npm install
before_install: before_install:
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment