Skip to content

removed .travis config #2

removed .travis config

removed .travis config #2

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Node version
run: node -v
- name: Install
run: yarn install
- name: Test
run: yarn test