diff --git a/spec/webview-spec.coffee b/spec/webview-spec.coffee index ef0763b0147c..ba3478fca557 100644 --- a/spec/webview-spec.coffee +++ b/spec/webview-spec.coffee @@ -263,6 +263,8 @@ describe ' tag', -> document.body.appendChild webview describe 'executeJavaScript', -> + return unless process.env.TRAVIS is 'true' + it 'should support user gesture', (done) -> listener = (e) -> webview.removeEventListener 'enter-html-full-screen', listener