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 /.travis.yml | |
| parent | there is no nead for tests actually (diff) | |
| download | water-waifu-509ee6e2526012acc76e96c5fb6e63db5b8546a6.tar.xz water-waifu-509ee6e2526012acc76e96c5fb6e63db5b8546a6.zip | |
remove other tests stuff
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 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 |