Drop 7.10 from Travis CI.

We temporarily added 7.10 back for an important security fix. This
removes it from the automated build/test and eventually we will remove
7.10 again
This commit is contained in:
Christopher Horrell 2017-07-12 10:36:59 -04:00
parent 0eeef25f1d
commit d20ce3a789
1 changed files with 0 additions and 1 deletions

View File

@ -18,5 +18,4 @@ env:
matrix : matrix :
- NODE_VERSION: '4.8' - NODE_VERSION: '4.8'
- NODE_VERSION: '6.11' - NODE_VERSION: '6.11'
- NODE_VERSION: '7.10'
- NODE_VERSION: '8.1' - NODE_VERSION: '8.1'