Files
kami-parse-server/.travis.yml
Florent Vilmart 0e39b3b0e7 Adds optional COVERAGE
renames COVERAGE to CODE_COVERAGE

Updates env in .travis.yaml
2016-03-03 13:08:59 -05:00

17 lines
278 B
YAML

branches:
only:
- master
language: node_js
node_js:
- "4.3"
env:
global:
- CODE_COVERAGE=1
matrix:
- MONGODB_VERSION=2.6.11
- MONGODB_VERSION=3.0.8
cache:
directories:
- $HOME/.mongodb/versions/downloads
after_success: ./node_modules/.bin/codecov