File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,9 @@ build_script:
56
56
57
57
test_script :
58
58
- ps : |
59
- $PRNR = $env:APPVEYOR_PULL_REQUEST_NUMBER
60
- if ($PRNR) {
61
- echo "Fetching info for PR $PRNR"
62
- wget https://api.github.com/repos/sass/libsass/pulls/$PRNR -OutFile pr.json
63
- $json = cat pr.json -Raw
64
- $SPEC_PR = [regex]::match($json,'sass\/sass-spec(#|\/pull\/)([0-9]+)').Groups[2].Value
65
- if ($SPEC_PR) {
66
- echo "Checkout sass spec PR $SPEC_PR"
67
- git -C sass-spec fetch -q -u origin pull/$SPEC_PR/head:ci-spec-pr-$SPEC_PR
68
- git -C sass-spec checkout -q --force ci-spec-pr-$SPEC_PR
69
- }
70
- }
59
+ echo "Checkout sass spec PR 3.4"
60
+ git -C sass-spec fetch -q -u origin 3.4
61
+ git -C sass-spec checkout -q --force 3.4
71
62
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
72
63
If (Test-Path "$env:TargetPath") {
73
64
ruby sass-spec/sass-spec.rb -V 3.4 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
You can’t perform that action at this time.
0 commit comments