mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Remove node 0.11 from Travis build matrix
This commit is contained in:
parent
662a2d3343
commit
07f3440f42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user