Skip to content

Commit

Permalink
Merge pull request #164 from aj-ptw/master
Browse files Browse the repository at this point in the history
FIX: Remove testing calls
  • Loading branch information
AJ Keller committed Jan 4, 2018
2 parents fed3929 + f4f2195 commit 55939a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ addons:
- g++-4.8
install:
- npm install --all
script:
- npm run test-lint
- npm run test-cov
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"description": "The official Node.js SDK for the all OpenBCI Biosensor Boards.",
"main": "index.js",
"scripts": {
"test": "semistandard | snazzy && mocha test",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && codecov",
"test-lint": "semistandard | snazzy"
"test": "echo 'PASS: Verified all dependencies could be installed'"
},
"keywords": [
"openbci",
Expand All @@ -17,11 +15,8 @@
"dependencies": {
"openbci-cyton": "^1.0.7",
"openbci-ganglion": "^1.0.0",
"openbci-utilities": "^0.3.1",
"openbci-wifi": "^0.3.1"
},
"directories": {
"test": "test"
"openbci-utilities": "^0.3.2",
"openbci-wifi": "^0.4.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 55939a3

Please sign in to comment.