Fix CI (#405)
* add yarn.lock to CI * update travis config * replace data url by placeholder in CI
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 10
|
||||
- 12
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- yarn
|
||||
|
||||
script:
|
||||
- xvfb-run --server-args="-screen 0 1920x1080x24" npm test
|
||||
|
||||
Reference in New Issue
Block a user