Remove node 0.11 from Travis build matrix

This commit is contained in:
squidfunk 2017-01-08 20:37:09 +01:00
parent 662a2d3343
commit 07f3440f42

View File

@ -22,8 +22,7 @@ language: node_js
# Node.js versions
node_js:
- '4.1'
- '0.11'
- 4
# Install dependencies
before_script:
@ -36,4 +35,4 @@ before_script:
- bower install
# Perform build and tests
script: gulp build --production
script: gulp build --production