Remove Travis references
This commit is contained in:
parent
aab35073ee
commit
0ef8f58090
9 changed files with 8 additions and 78 deletions
|
@ -686,12 +686,6 @@ describe('protocol module', () => {
|
|||
})
|
||||
|
||||
it('sends error when callback is called with nothing', function (done) {
|
||||
if (process.env.TRAVIS === 'true') {
|
||||
// FIXME(alexeykuzmin): Skip the test.
|
||||
// this.skip()
|
||||
return done()
|
||||
}
|
||||
|
||||
protocol.interceptBufferProtocol('http', emptyHandler, (error) => {
|
||||
if (error) return done(error)
|
||||
$.ajax({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue