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

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2020-11-07 14:50:37 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2020-11-07 21:15:20 +0300
commitb07a04fb35e378a73d1fb6cd8fa0f0cc51a70ecf (patch)
tree982a257cac4746b124e2f036f56397a87ed9d8bb /.travis.yml
parenta6130bf160b78036be9fadf410201744b4326144 (diff)
Add dart tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 12 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c64a5a6..b85c060f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
-script:
- - "test/sass-compile-tester.sh"
-
-language: sass
-before_install:
- - gem install sass \ No newline at end of file
+matrix:
+ include:
+ - language: sass
+ before_install:
+ - gem install sass
+ script:
+ - test/ruby-sass.sh
+ - language: node_js
+ before_install:
+ - npm i -g sass
+ script:
+ - node test/dart-sass.js