From 7922ba416b97b2236f575000982c1bccbac0f89f Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Mon, 4 Jan 2016 13:38:23 +0100
Subject: [PATCH] Use latest electron prebuilt with travis
 (https://github.com/feross/create-torrent/commit/89eeed32eb3a83ba98d913ae17ad377d4f64bbf7)

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2a12ac8e57..5e6b3aab7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ cache:
     - $(npm config get prefix)/bin/electron-prebuilt
 
 before_script:
-  - npm install electron-prebuilt@0.35.4 -g
+  - npm install electron-prebuilt -g
   - npm install grunt-cli -g
 
 after_failure:
-- 
GitLab