Skip to content

Commit

Permalink
removes old unsupported node versions that won't start karma
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mock committed Jul 8, 2019
1 parent 89d1054 commit 5fa8882
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -4,12 +4,9 @@ node_js:
- "node"
- "9"
- "8"
- "7"
- "6"
script:
- npm test
- npm run build
- npm run test:chrome
- npm run build && npm run test:chrome
after_success: npm run coverage
cache: npm
addons:
Expand Down

0 comments on commit 5fa8882

Please sign in to comment.