Remove Travis references

This commit is contained in:
John Kleinschmidt 2017-11-30 15:39:32 -05:00
parent aab35073ee
commit 0ef8f58090
9 changed files with 8 additions and 78 deletions

View file

@ -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({