Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a3e4df0

Browse files
authored
Merge pull request #3039 from mgreter/bugfix/ci-fail-ruby-dep
Fix travis CI (new ruby runner dependency `rspec`)
2 parents 97be6a3 + 70752d0 commit a3e4df0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

GNUmakefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RB_LOG_COMPILER = ./script/tap-runner
4747
AM_RB_LOG_FLAGS = $(RUBY)
4848

4949
SASS_TEST_FLAGS = --impl libsass
50-
SASS_TEST_FLAGS += -r $(SASS_SPEC_PATH)
50+
SASS_TEST_FLAGS += -r $(SASS_SPEC_PATH)/spec
5151
SASS_TEST_FLAGS += -c $(top_srcdir)/tester$(EXEEXT)
5252
AM_TESTS_ENVIRONMENT = TEST_FLAGS='$(SASS_TEST_FLAGS)'
5353

script/ci-install-compiler

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
gem install minitest
44
gem install minitap
5+
gem install rspec
56
gem install hrx
67

78
pip2 install --user 'requests[security]'

0 commit comments

Comments
 (0)