mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +03:00
make sure bower and components are installed for travis
This commit is contained in:
parent
a1af899ba2
commit
a3a8cf34d8
|
@ -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