Skip to content

Commit 8f24aa5

Browse files
committed
Merge pull request #24 from pushtheworldllc/dev
ADD Auto test
2 parents 655513e + 92242c8 commit 8f24aa5

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)