Add node modules and compiled JavaScript from main (#57)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
d893f27da9
commit
7f7e5ba5ea
11
node_modules/sshpk/.travis.yml
generated
vendored
Normal file
11
node_modules/sshpk/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "5.10"
|
||||
- "4.4"
|
||||
- "4.1"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
before_install:
|
||||
- "make check"
|
||||
after_success:
|
||||
- '[ "${TRAVIS_NODE_VERSION}" = "4.4" ] && make codecovio'
|
||||
Reference in New Issue
Block a user