UNPKG
js-crc-update
Version:
latest (0.1.1-smallfix)
0.1.1
0.1.1-smallfix
0.1.0
0.1.0-smallfix
Simple CRC checksum functions for JavaScript(CRC-16 and CRC-32).
js-crc-update
/
.travis.yml
13 lines
(12 loc)
•
205 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
node_js:
-
"0.12.15"
-
"4.5"
-
"6.5.0"
before_install:
- npm install coveralls - npm install mocha-lcov-reporter
script: npm run-script coveralls
branches:
only: - master