Skip to content

Commit a57dbac

Browse files
committed
Add travis config
1 parent c80e9a0 commit a57dbac

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: false
2+
language: node_js
3+
cache:
4+
directories:
5+
- node_modules
6+
node_js: '10'
7+
install: npm install
8+
script:
9+
- npm test
10+
after_script:
11+
- bash <(curl -s https://codecov.io/bash)
12+
branches:
13+
only:
14+
- master

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Priority Queue
2+
3+
[![codecov](https://codecov.io/gh/davidnguyen179/priority-queue/branch/master/graph/badge.svg)](https://codecov.io/gh/davidnguyen179/priority-queue)

0 commit comments

Comments
 (0)