No longer run Node.js v4 on Travis

- Jasmine should still work in Node.js v4, but the jshint task isn't
  working correctly
This commit is contained in:
Gregg Van Hove
2019-02-11 13:38:00 -08:00
parent 92d5957a59
commit 239a615770
2 changed files with 0 additions and 9 deletions

View File

@@ -22,9 +22,6 @@ addons:
matrix:
include:
- env:
- USE_SAUCE=false
- TEST_COMMAND="bash travis-node-script.sh v4"
- env:
- USE_SAUCE=false
- TEST_COMMAND="bash travis-node-script.sh v8"