Skip to content

Commit

Permalink
chore(travis): update Node versions tested
Browse files Browse the repository at this point in the history
Synchronise with Karma itself, but retaining `stable` for now. This
should unbreak the repository so that other patches can be merged; right
now, the master branch fails Travis CI tests, due these EOLed build targets.

Closes #260.
  • Loading branch information
jdforrester authored and Krinkle committed Aug 21, 2018
1 parent 9314248 commit d33f70e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
sudo: false
language: node_js
node_js:
- 6
- 8
- 10
- stable
- 5
- 4
- "0.12"
- "0.10"

# Make sure we have new NPM.
before_install:
Expand Down

0 comments on commit d33f70e

Please sign in to comment.