add sass to testing dependency

This commit is contained in:
Masataro Asai 2016-01-09 23:11:32 +09:00
parent 4690276fb6
commit bc1c7a08b4
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ before_install:
install:
- if [ x$TRAVIS_TAG != x ] && [ $METHOD = cross ]; then sudo apt-get install -qq lcab > /dev/null; fi
- if [ $METHOD = documents ]; then sudo apt-get install -qq pandoc; fi
- if [ $METHOD = documents ]; then sudo apt-get install -qq pandoc ruby-sass; fi
- if [ x$XCC = xi686-w64-mingw32-gcc ]; then sudo apt-get install -qq gcc-mingw-w64-i686 binutils-mingw-w64-i686; fi
- if [ x$WINE != x ]; then sudo apt-get install -qq wine > /dev/null; fi
- if [ $METHOD = valgrind ]; then sudo apt-get install -qq valgrind > /dev/null; fi

View file

@ -3,7 +3,7 @@ general:
dependencies:
pre:
- sudo apt-get update
- sudo apt-get -qq install pandoc
- sudo apt-get -qq install pandoc ruby-sass
test:
post: