File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ install:
18
18
- cpanm -n Devel::Cover
19
19
- cpanm -n Devel::Cover::Report::Coveralls
20
20
script :
21
- - perl Makefile.PL --profiling
21
+ - perl Makefile.PL --profiling --sassc
22
22
- make -j5
23
23
- HARNESS_PERL_SWITCHES=-MDevel::Cover make test
24
24
- make install
25
25
- psass --version
26
26
- psass --list-plugins
27
+ - sassc --version
27
28
after_success :
28
29
- find -name *.gcda -type f -exec gcov-4.8 -abc -o `basename {}` {} \;
29
30
- cover -gcov -report coveralls -ignore_re "^/usr" -ignore_re "^plugins" -ignore_re "^libsass"
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ install:
8
8
- cpanm --quiet --installdeps --with-develop --notest .
9
9
10
10
build_script :
11
- - perl Makefile.PL
12
- - gmake
11
+ - perl Makefile.PL --sassc
12
+ - gmake install
13
+ - psass --version
14
+ - sassc --version
13
15
14
16
test_script :
15
17
- gmake test
You can’t perform that action at this time.
0 commit comments