aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-29 16:52:32 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-29 16:52:32 +0200
commit803b0bd04d0025673f9c2daf1736cf58ee89b53a (patch)
tree2a81883c96fc2f3a6595ea92150a67088b50e80b
parenteb4e088abfc24882cc4e8b975a3c5f6551fbed07 (diff)
downloadPeerTube-803b0bd04d0025673f9c2daf1736cf58ee89b53a.tar.gz
PeerTube-803b0bd04d0025673f9c2daf1736cf58ee89b53a.tar.zst
PeerTube-803b0bd04d0025673f9c2daf1736cf58ee89b53a.zip
Add build step in travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 44d835d2c..7b4ec3466 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ services:
21 21
22before_script: 22before_script:
23 - npm install electron-prebuilt -g 23 - npm install electron-prebuilt -g
24 - npm run build
24 25
25after_failure: 26after_failure:
26 - cat test1/logs/all-logs.log 27 - cat test1/logs/all-logs.log