Skip to content

Commit 76f5e61

Browse files
committed
Migrate wicg/scroll-animations to csswg-drafts (#4334)
This migration is done via a special merge commit that includes two unrelated git histories. This ensures we preserve the history of edit from original specification. For more into see manual of `git merge --allow-unrelated-histories` command. The only changes to the scroll-animation repository content is to move the content to scroll-animations-1 and remove a whole bunch of unnecesary files.
2 parents dbe3f63 + 1f5c7e7 commit 76f5e61

11 files changed

+1413
-0
lines changed

.travis.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: generic
2+
sudo: required
3+
4+
before_install:
5+
- "mkdir -p ~/.npm"
6+
7+
install:
8+
- ./install-bikeshed.sh
9+
10+
script:
11+
- ./travis.sh
12+
13+
env:
14+
global:
15+
- TRAVIS_COMMIT_MSG="$(git log --format=%B --no-merges -n 1)"
16+
- COMMIT_USER="$(git log --format=%an --no-merges -n 1)"
17+
- COMMIT_EMAIL="$(git log --format=%ae --no-merges -n 1)"
18+
- ENCRYPTION_LABEL="d327396214fb"
19+
20+
notifications:
21+
email:
22+
- bbirtles@mozilla.com

0 commit comments

Comments
 (0)