Skip to content

Commit 8b5aa9f

Browse files
committed
Add minimal ci testing for sassc plugin
1 parent 539db7e commit 8b5aa9f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ install:
1818
- cpanm -n Devel::Cover
1919
- cpanm -n Devel::Cover::Report::Coveralls
2020
script:
21-
- perl Makefile.PL --profiling
21+
- perl Makefile.PL --profiling --sassc
2222
- make -j5
2323
- HARNESS_PERL_SWITCHES=-MDevel::Cover make test
2424
- make install
2525
- psass --version
2626
- psass --list-plugins
27+
- sassc --version
2728
after_success:
2829
- find -name *.gcda -type f -exec gcov-4.8 -abc -o `basename {}` {} \;
2930
- cover -gcov -report coveralls -ignore_re "^/usr" -ignore_re "^plugins" -ignore_re "^libsass"

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ install:
88
- cpanm --quiet --installdeps --with-develop --notest .
99

1010
build_script:
11-
- perl Makefile.PL
12-
- gmake
11+
- perl Makefile.PL --sassc
12+
- gmake install
13+
- psass --version
14+
- sassc --version
1315

1416
test_script:
1517
- gmake test

0 commit comments

Comments
 (0)