Skip to content

Commit

Permalink
Merge pull request #84 from axios/bugfix/ci-fixes
Browse files Browse the repository at this point in the history
Updated travis config as well as some dependancies
  • Loading branch information
jasonsaayman committed Mar 16, 2021
2 parents 56388cd + 5d4db39 commit d843853
Show file tree
Hide file tree
Showing 3 changed files with 5,528 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,11 +1,12 @@
language: node_js
node_js:
- 12
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

services:
- xvfb
addons:
chrome: stable

0 comments on commit d843853

Please sign in to comment.