Skip to content

Commit

Permalink
run bundle install in travis.yml file after foundation compass template
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayes committed Sep 25, 2014
1 parent 9b05003 commit 97eef16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ git clone git://github.com/zurb/${FOUNDATION_COMPASS_TEMPLATE}.git
cd $FOUNDATION_COMPASS_TEMPLATE
bower install ../../dist/assets --save
cp -f bower_components/foundation/scss/foundation/_settings.scss scss/_settings.scss
bundle install
bundle exec compass compile
rc=$?
if [ "$rc" -ne 0 ] ; then
Expand Down

0 comments on commit 97eef16

Please sign in to comment.