Skip to content

Commit 92242c8

Browse files
author
AJ Keller
committed
ADD Automatic Impedance Testing, ADD Code Coverage, ENH Simulator
1 parent 655513e commit 92242c8

13 files changed

+2680
-780
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ myOutput.txt
3636

3737
# Local npm builds for testing end in .tgz
3838
*.tgz
39+
40+
# For git
41+
*.orig
42+

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: node_js
22
node_js:
33
- "4.0"
4+
install:
5+
- npm install --all
6+
script:
7+
- npm run test-cov

0 commit comments

Comments
 (0)