Skip to content

Commit

Permalink
switched from travis ci to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattonit committed Jan 15, 2020
1 parent e1229c3 commit 29a04f9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Clone repository
uses: actions/checkout@v2

- name: Set Node.js version
uses: actions/setup-node@v1

- name: Install npm dependencies
run: npm ci

- name: Say hello
run: echo "Hello"
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

0 comments on commit 29a04f9

Please sign in to comment.