Skip to content

Commit

Permalink
Don't use travis
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Aug 26, 2020
1 parent b1d8bd8 commit dcd694a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yaml
@@ -0,0 +1,14 @@
name: main
on: [push]
jobs:
main:
runs-on: ubuntu-latest
container:
image: node:alpine
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm install
- name: Test
run: bin/test
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
@@ -1,6 +1,6 @@
# Cogs

The fast file transform pipeline. [![Build Status]](http://travis-ci.org/caseywebdev/cogs)
The fast file transform pipeline.

> George Jetson's workweek is typical of his era: an hour a day, two days a
> week. His boss is Cosmo Spacely, the diminutive yet bombastic owner of Spacely
Expand Down Expand Up @@ -129,5 +129,3 @@ cd cogs
npm install
bin/watch-test
```
[Build Status]: https://secure.travis-ci.org/caseywebdev/cogs.png
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -23,8 +23,5 @@
},
"devDependencies": {
"kiss-test": "0.1"
},
"scripts": {
"test": "bin/test"
}
}

0 comments on commit dcd694a

Please sign in to comment.