.travis.yml
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4.0'
- '4.1'
- '4.2'
- '5.0'
before_install:
- "mkdir -p ~/.npm"
install:
- npm install
- npm install git://github.com/hybridgroup/cylon.git
- npm install -g jshint istanbul codeclimate-test-reporter
script:
- make ci
- CODECLIMATE_REPO_TOKEN=67ef28c3dfffa1cfb8b6632b9768128a09c845df945b3344d4b05f79c86efeab codeclimate-test-reporter < coverage/lcov.info