Skip to content

Commit 95c0bf4

Browse files
committed
enum.ru
1 parent ee59369 commit 95c0bf4

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset name="Enum.ru">
2+
<target host="enum.ru" />
3+
<target host="www.enum.ru" />
4+
5+
<rule from="^http:" to="https:" />
6+
</ruleset>

test/travis-ruleset-fetch.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ else
1818
fi
1919

2020
# Fetch the current GitHub version of HTTPS-E to compare to its master
21-
git remote add upstream-for-travis https://github.com/EFForg/https-everywhere.git
22-
git fetch upstream-for-travis master
23-
COMMON_BASE_COMMIT=$(git merge-base upstream-for-travis/master HEAD)
21+
COMMON_BASE_COMMIT=$(git merge-base HEAD^2 HEAD^1)
2422
RULESETS_CHANGED=$(git diff --name-only $COMMON_BASE_COMMIT | grep $RULESETFOLDER | grep '.xml')
25-
git remote remove upstream-for-travis
2623

2724
# Only run test if something has changed.
2825
if [ "$RULESETS_CHANGED" ]; then

0 commit comments

Comments
 (0)