-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (23 loc) · 757 Bytes
/
.travis.yml
File metadata and controls
23 lines (23 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: node_js
dist: trusty
sudo: false
before_script:
- wget https://releases.hashicorp.com/consul/0.6.3/consul_0.6.3_linux_amd64.zip
- unzip consul_0.6.3_linux_amd64.zip
- mkdir consul_data
- "./consul agent -server -bootstrap -data-dir=consul_data &"
- sleep 2
- git config --global user.email "ryan@ryanbreen.com"
- git config --global user.name "Ryan Breen"
script:
- npm run cov
deploy:
provider: npm
email: ryan@ryanbreen.com
on:
tags: true
all_branches: true
api_key:
secure: N5Xu1GdCVfi2FcXqck09BR9ko3Kki/D9aC0XgncsOja8rIN6ojMwcbnSU/tBUVFVUS48rNwFP5ta91Az9FFQEmAQa4vIyTB4XA9h4jKCFBylJtH89SlxBMK6UPndCL9e8A1jDroJRkkVnIWVfcol5xrLP01w0FIoJVg7OFfZLP8=
after_success:
- node_modules/coveralls/bin/coveralls.js < reports/lcov.info