1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 14:30:49 +00:00
MikeMcl_decimal.js/.travis.yml

14 lines
134 B
YAML
Raw Normal View History

2014-11-11 10:44:42 +00:00
language: node_js
node_js:
2016-06-30 18:27:50 +00:00
- "node"
2016-11-09 17:08:38 +00:00
- "7"
2016-06-30 18:27:50 +00:00
- "6"
- "5"
2016-01-25 00:11:32 +00:00
- "4"
2015-02-20 16:01:25 +00:00
- "0.12"
2014-11-11 10:44:42 +00:00
- "0.11"
- "0.10"
- "0.8"
2015-02-20 16:01:25 +00:00
- "0.6"
2016-01-25 00:11:32 +00:00
- "iojs"