2
0
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:
Felipe Martins
2019-09-04 22:02:01 -03:00
committed by GitHub
parent 2ee3b48245
commit 98e4acd893
+2 -4
View File
@@ -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: