mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 08:10:39 +03:00
make sure bower and components are installed for travis
This commit is contained in:
parent
e41996fa10
commit
0993d7b564
|
@ -11,6 +11,7 @@ rvm:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
- npm install -g bower
|
||||||
#- export DISPLAY=:99.0
|
#- export DISPLAY=:99.0
|
||||||
#- sh -e /etc/init.d/xvfb start
|
#- sh -e /etc/init.d/xvfb start
|
||||||
# Install meteor
|
# Install meteor
|
||||||
|
@ -18,4 +19,4 @@ before_script:
|
||||||
# Install spacejam, Meteor's CI helper
|
# Install spacejam, Meteor's CI helper
|
||||||
#- npm install -g spacejam
|
#- npm install -g spacejam
|
||||||
|
|
||||||
script: bundle install && grunt
|
script: bower install && bundle install && grunt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user