Skip to content

Commit 71b3af4

Browse files
author
AJ Keller
committed
FIX: Remove testing calls
1 parent fed3929 commit 71b3af4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
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: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@
1717
"dependencies": {
1818
"openbci-cyton": "^1.0.7",
1919
"openbci-ganglion": "^1.0.0",
20-
"openbci-utilities": "^0.3.1",
21-
"openbci-wifi": "^0.3.1"
22-
},
23-
"directories": {
24-
"test": "test"
20+
"openbci-utilities": "^0.3.2",
21+
"openbci-wifi": "^0.4.1"
2522
},
2623
"repository": {
2724
"type": "git",

0 commit comments

Comments
 (0)