2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +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:
Jay
2020-10-23 14:17:02 +02:00
committed by GitHub
parent 3a8b87d48a
commit fbdc1502b1
+1 -1
View File
@@ -4,7 +4,7 @@ language: node_js
node_js:
- 10
- 12
- node
- 14
email:
on_failure: change
on_success: never