prantlf/grunt-mkdocs

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
cache:
  directories:
    - ~/.npm
notifications:
  email: false
node_js:
  - '10'
  - '8'
  - '6'
python:
  - "2.7"
before_install:
  - export PATH=$HOME/.local/bin:$PATH
  - pip install --user mkdocs
before_script :
  - npm install -g grunt-cli
after_success:
  - npx semantic-release
branches:
  except:
    - /^v\d+\.\d+\.\d+$/