mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
add sass to testing dependency
This commit is contained in:
parent
4690276fb6
commit
bc1c7a08b4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue