Skip to content

Commit d33f70e

Browse files
jdforresterKrinkle
authored andcommitted
chore(travis): update Node versions tested
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.
1 parent 9314248 commit d33f70e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- 6
5+
- 8
6+
- 10
47
- stable
5-
- 5
6-
- 4
7-
- "0.12"
8-
- "0.10"
98

109
# Make sure we have new NPM.
1110
before_install:

0 commit comments

Comments
 (0)