mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +03:00
fbdc1502b1
I have made this change due to current builds failing. We should not be testing in node v15 as you can see on this graph https://nodejs.org/en/about/releases/ 10 till 14 should be fine till 2023 and v15 is not LTS so should be excluded for now.
17 lines
535 B
YAML
17 lines
535 B
YAML
services:
|
|
- xvfb
|
|
language: node_js
|
|
node_js:
|
|
- 10
|
|
- 12
|
|
- 14
|
|
email:
|
|
on_failure: change
|
|
on_success: never
|
|
after_success:
|
|
- npm run coveralls
|
|
env:
|
|
global:
|
|
- secure: LlXIBEaBLgJznkHWfTV6aftkGoBjH2vik4ZQhKq4k5pvoPLD+n5n28+0bjwlzDIHUdHb+n2YXtyM2PGvGzuqwltV+UY1gu0uG2RNR+5CBsp0pOr0FfGXK6YMXn0BYER6tGYIhaG7ElHBEO0SLcQeQV/xN/m3leyawbKEMBUGizU=
|
|
- secure: XbXYzVddHJSVdbJRd/YtsdNu6Wlgx3pXvpuBpg9qBc3TytAF4LzhJNI8u1p4D1Gn8wANlxv1GNgEgkecxbzlTPST+mUrd6KlPLa1+Cmffgajr4oQjsh9ILKMe5Haqx8FOVrPK/leB1mi52liNLlkuo3/BK2r/tC2kMji+2zbses=
|