npm/marky-markdown

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

notifications:
  email: false

node_js:
  - 8

before_install:
  - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
  - sudo apt-get update -qq
  - sudo apt-get install -qq -y g++-4.8
  - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50