Fix ci build script

This commit is contained in:
squidfunk 2016-09-02 00:44:49 +02:00
parent d7d7ef566c
commit 1a92f01c41

View File

@ -27,13 +27,7 @@ node_js:
# Install dependencies
before_script:
# Install bower
- npm install -g bower
# Install project dependencies
- npm install
- bower install
# Perform build and tests
script: gulp build --production
script: npm run build