test: remove .travis.yml
Travis CI was generating a lot of false positives (or rather, false negatives - tests that fail due to the environment they run in) and it's been in a continuous error state for days now. Remove it, we'll set up something ourselves.
This commit is contained in:
parent
7841f77b2e
commit
cf1dc61317
@ -1,9 +0,0 @@
|
||||
language: node_js
|
||||
|
||||
script:
|
||||
- "make test"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
- "irc.freenode.net#libuv"
|
||||
Loading…
Reference in New Issue
Block a user