leafjs/orient

View on GitHub
travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: required
before_install:
  - source <(curl -SLs https://raw.githubusercontent.com/leafjs/orient/${TRAVIS_BRANCH}/prepareTravis.sh)
install:
  - npm install -g codecov
  - npm install -g codeclimate-test-reporter
script:
  - npm test
  - codecov
after_script:
  - codeclimate-test-reporter < lcov.info
node_js:
  - "6"
  - "5"
  - "4"
env:
  - CXX=g++-4.8 CC=gcc-4.8
addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8
      - gcc-4.8
  code_climate:
    repo_token: dad0fdcba0769ea5e75ba511f477b6874235cfd1a58e487442f2a76aa4134d3f
cache:
  directories:
    - node_modules