Files
kami-parse-server/.travis.yml

14 lines
231 B
YAML
Raw Normal View History

2016-02-02 20:08:53 -08:00
branches:
only:
- master
language: node_js
node_js:
2016-02-10 14:49:52 -08:00
- "4.3"
2016-02-02 20:08:53 -08:00
env:
2016-02-03 02:53:12 -08:00
- MONGODB_VERSION=2.6.11
2016-02-02 20:08:53 -08:00
- MONGODB_VERSION=3.0.8
2016-02-07 09:01:49 -05:00
cache:
directories:
- $HOME/.mongodb/versions/downloads
2016-02-02 21:15:57 -08:00
after_success: ./node_modules/.bin/codecov