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"
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
# libuv [](http://travis-ci.org/joyent/libuv)
|
# libuv
|
||||||
|
|
||||||
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
|
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
|
||||||
Windows and epoll/kqueue/event ports/etc. on Unix systems. We intend to
|
Windows and epoll/kqueue/event ports/etc. on Unix systems. We intend to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user