Skip to content

Commit f81ca9b

Browse files
committed
Update AppVeyor to run sass-spec against the 3.5 language version
I missed some reference to 3.5 in #2272
1 parent c590edf commit f81ca9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GNUmakefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TESTS = \
5757
$(SASS_SPEC_PATH)/spec/scss-tests \
5858
$(SASS_SPEC_PATH)/spec/types
5959

60-
SASS_TEST_FLAGS = -V 3.4 --impl libsass
60+
SASS_TEST_FLAGS = -V 3.5 --impl libsass
6161
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) ./script/tap-driver
6262
AM_LOG_FLAGS = -c ./tester $(LOG_FLAGS)
6363
if USE_TAP

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test_script:
6565
}
6666
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
6767
If (Test-Path "$env:TargetPath") {
68-
ruby sass-spec/sass-spec.rb -V 3.4 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
68+
ruby sass-spec/sass-spec.rb -V 3.5 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
6969
if(-not($?)) {
7070
echo "sass-spec tests failed"
7171
exit 1

docs/build-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ cd libsass
130130
REM set PATH=%PATH%;%PROGRAMFILES%\MSBuild\12.0\Bin
131131
msbuild /m:4 /p:Configuration=Release win\libsass.sln
132132
REM running the spec test-suite manually (needs ruby and minitest gem)
133-
ruby sass-spec\sass-spec.rb -V 3.4 -c win\bin\sassc.exe -s --impl libsass sass-spec/spec
133+
ruby sass-spec\sass-spec.rb -V 3.5 -c win\bin\sassc.exe -s --impl libsass sass-spec/spec
134134
cd ..
135135
```
136136

0 commit comments

Comments
 (0)