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 versions
node_js: node_js:
- '4.1' - 4
- '0.11'
# Install dependencies # Install dependencies
before_script: before_script:
@@ -36,4 +35,4 @@ before_script:
- bower install - bower install
# Perform build and tests # Perform build and tests
script: gulp build --production script: gulp build --production