Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f246e6d78010d6ade8067f3c338f2058f09f6392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
matrix:
  include:
    - language: sass
      before_install:
        - gem install sass
      script:
        - test/ruby-sass/ruby-sass.sh
    - language: node_js
      node_js:
        - node
      before_script:
        - npm install sass
      script:
        - node test/dart-sass/dart-sass.js
    - language: node_js
      node_js:
        - node
      before_script:
        - npm install node-sass
      script:
        - node test/node-sass/node-sass.js