summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-27 20:43:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-27 20:43:14 +0200
commit8b9a37ce50fbc879a60149500356f8578b334c31 (patch)
tree4b2c64a1bf785eab608547c1f4c751e7df894a58 /.travis.yml
parent04c1c8d3bd216a2195668cb06797079802c4fe44 (diff)
speed up travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 824f4d90..af889e89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,8 @@ before_install:
- sh -e /etc/init.d/xvfb start
- nvm install 5.6
- npm install -g npm@latest
- - make dist
+ - make
+ - make appstore
# install core
- cd ../
- git clone https://github.com/owncloud/core.git --recursive --depth 1 -b $CORE_BRANCH owncloud