mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Travis: remove node 6 and add 13 (#59)
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 6
|
|
||||||
- 8
|
- 8
|
||||||
- 10
|
- 10
|
||||||
- 12
|
- 12
|
||||||
|
- 13
|
||||||
script:
|
script:
|
||||||
- yarn compile
|
- yarn compile
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|||||||
Reference in New Issue
Block a user