mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
15 lines
280 B
YAML
15 lines
280 B
YAML
matrix:
|
|
include:
|
|
- language: sass
|
|
before_install:
|
|
- gem install sass
|
|
script:
|
|
- test/ruby-sass.sh
|
|
- language: node_js
|
|
node_js:
|
|
- node
|
|
before_script:
|
|
- npm install sass
|
|
script:
|
|
- node test/dart-sass.js
|