mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
Fix travis CI build (#2386)
This commit is contained in:
+2
-4
@@ -1,13 +1,11 @@
|
||||
services:
|
||||
- xvfb
|
||||
language: node_js
|
||||
node_js:
|
||||
- node
|
||||
email:
|
||||
on_failure: change
|
||||
on_success: never
|
||||
before_script:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- sleep 3 # give xvfb some time to start
|
||||
after_success:
|
||||
- npm run coveralls
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user