Skip to content

Commit 55939a3

Browse files
author
AJ Keller
authored
Merge pull request #164 from aj-ptw/master
FIX: Remove testing calls
2 parents fed3929 + f4f2195 commit 55939a3

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ addons:
1414
- g++-4.8
1515
install:
1616
- npm install --all
17-
script:
18-
- npm run test-lint
19-
- npm run test-cov

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "The official Node.js SDK for the all OpenBCI Biosensor Boards.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "semistandard | snazzy && mocha test",
8-
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && codecov",
9-
"test-lint": "semistandard | snazzy"
7+
"test": "echo 'PASS: Verified all dependencies could be installed'"
108
},
119
"keywords": [
1210
"openbci",
@@ -17,11 +15,8 @@
1715
"dependencies": {
1816
"openbci-cyton": "^1.0.7",
1917
"openbci-ganglion": "^1.0.0",
20-
"openbci-utilities": "^0.3.1",
21-
"openbci-wifi": "^0.3.1"
22-
},
23-
"directories": {
24-
"test": "test"
18+
"openbci-utilities": "^0.3.2",
19+
"openbci-wifi": "^0.4.1"
2520
},
2621
"repository": {
2722
"type": "git",

0 commit comments

Comments
 (0)