Skip to content

Commit

Permalink
Update Travis node.js versions
Browse files Browse the repository at this point in the history
Removed old Node versions, added more recent ones
Add suggested changes to Travis CI config (define os, dist)
  • Loading branch information
incarnate authored Apr 8, 2020
1 parent 14795cd commit 46d9a1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: node_js
sudo: false
dist: xenial
os: linux

node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "8"
- "10"
- "12"

matrix:
jobs:
fast_finish: true

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eWAY Rapid Node.js Library

[![Latest version on npm][ico-version]][link-npm]
[![Latest Version on npm][ico-version]][link-npm]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]

Expand Down

0 comments on commit 46d9a1e

Please sign in to comment.