Skip to content

Commit

Permalink
replace travis with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Sep 18, 2019
1 parent f655e24 commit 4b15a32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use node 10
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Install, link plugin locally, and test
run: |
yarn install
yarn link
yarn link lighthouse-plugin-field-performance
yarn test
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit 4b15a32

Please sign in to comment.