mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Lock travis to not use node v15 (#3361)
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.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 10
|
- 10
|
||||||
- 12
|
- 12
|
||||||
- node
|
- 14
|
||||||
email:
|
email:
|
||||||
on_failure: change
|
on_failure: change
|
||||||
on_success: never
|
on_success: never
|
||||||
|
|||||||
Reference in New Issue
Block a user