2
0
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:
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: node_js:
- 10 - 10
- 12 - 12
- node - 14
email: email:
on_failure: change on_failure: change
on_success: never on_success: never