diff options
| author | 8cy <[email protected]> | 2020-07-19 02:15:05 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-19 02:15:05 -0700 |
| commit | 509ee6e2526012acc76e96c5fb6e63db5b8546a6 (patch) | |
| tree | 6fed77a7092de7951de4de23dbe9377ff95f10d6 | |
| parent | there is no nead for tests actually (diff) | |
| download | water-waifu-509ee6e2526012acc76e96c5fb6e63db5b8546a6.tar.xz water-waifu-509ee6e2526012acc76e96c5fb6e63db5b8546a6.zip | |
remove other tests stuff
| -rw-r--r-- | .travis.yml | 5 | ||||
| -rw-r--r-- | package.json | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index f0ba990..c9c1e4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: node_js node_js: - "8" - - "10" - -script: - - npm run test
\ No newline at end of file + - "10"
\ No newline at end of file diff --git a/package.json b/package.json index 96bc80e..ebb1ae3 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "A bot that automatically assigns roles based on message reactions.", "main": "role.js", "scripts": { - "start": "node .", - "test": "node tests.js" + "start": "node ." }, "repository": { "type": "git", |