2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Add test with Node.js 12 (#2860)

* test with Node.js 12

* test with latest

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Xianming Zhong
2020-06-02 14:13:57 +08:00
committed by GitHub
parent 0077205c0b
commit 4b3947aa59
+2
View File
@@ -3,6 +3,8 @@ services:
language: node_js
node_js:
- 10
- 12
- node
email:
on_failure: change
on_success: never