Skip to content

Commit

Permalink
[Infra] Move from Travis CI to GitHub Actions (fix #91) (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozfreddyb authored May 26, 2021
1 parent 2b8e5ea commit 55e20d3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 106 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

16 changes: 0 additions & 16 deletions compile.sh

This file was deleted.

75 changes: 0 additions & 75 deletions deploy.sh

This file was deleted.

0 comments on commit 55e20d3

Please sign in to comment.