diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-01-04 13:38:23 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-01-04 13:38:23 +0100 |
commit | 7922ba416b97b2236f575000982c1bccbac0f89f (patch) | |
tree | 34021962d7877e6596be976d9fb053fc1d5c2093 | |
parent | a81e7a22aff60b8a4e01792036449149a3e15c84 (diff) | |
download | PeerTube-7922ba416b97b2236f575000982c1bccbac0f89f.tar.gz PeerTube-7922ba416b97b2236f575000982c1bccbac0f89f.tar.zst PeerTube-7922ba416b97b2236f575000982c1bccbac0f89f.zip |
Use latest electron prebuilt with travis
(https://github.com/feross/create-torrent/commit/89eeed32eb3a83ba98d913ae17ad377d4f64bbf7)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2a12ac8e5..5e6b3aab7 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -27,7 +27,7 @@ cache: | |||
27 | - $(npm config get prefix)/bin/electron-prebuilt | 27 | - $(npm config get prefix)/bin/electron-prebuilt |
28 | 28 | ||
29 | before_script: | 29 | before_script: |
30 | - npm install electron-prebuilt@0.35.4 -g | 30 | - npm install electron-prebuilt -g |
31 | - npm install grunt-cli -g | 31 | - npm install grunt-cli -g |
32 | 32 | ||
33 | after_failure: | 33 | after_failure: |