Skip to content

Commit

Permalink
Removed Node versions that are no longer supported (see https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 24, 2018
1 parent f12fb6a commit ce7e5bc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -12,20 +12,16 @@ addons:
matrix:
include:
# Local Browsers
- node_js: 9
- node_js: 10
env: KARMA=true KARMA_COVERAGE=true

# Sauce Labs
- node_js: 9
- node_js: 10
env: KARMA=true KARMA_SAUCE=true

# Node
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: 7
- node_js: 8
- node_js: 9

before_script:
# Setup a virtual display for browser testing
Expand Down

0 comments on commit ce7e5bc

Please sign in to comment.