We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80e9a0 commit a57dbacCopy full SHA for a57dbac
.travis.yml
@@ -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
@@ -0,0 +1,3 @@
+# Priority Queue
+
+[](https://codecov.io/gh/davidnguyen179/priority-queue)
0 commit comments