Skip to content

Commit f6da71a

Browse files
committed
Replaced Travis with Github Actions
1 parent f55bd02 commit f6da71a

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

.github/FUNDING.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# These are supported funding model platforms
2+
3+
github: andersevenrud
4+
patreon: andersevenrud
5+
open_collective: osjs
6+
liberapay: os-js
7+
custom: https://paypal.me/andersevenrud

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint tests
2+
on: [push, pull_request]
3+
jobs:
4+
build:
5+
name: Lint tests (node latest)
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: actions/setup-node@v1
10+
with:
11+
node-version: '13.x'
12+
- run: npm install
13+
- run: npm run eslint

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<img alt="OS.js Logo" src="https://raw.githubusercontent.com/os-js/gfx/master/logo-big.png" />
33
</p>
44

5-
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
5+
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
66

7-
[![Build Status](https://travis-ci.org/os-js/osjs-xterm-application.svg?branch=master)](https://travis-ci.org/os-js/osjs-xterm-application)
87
[![Support](https://img.shields.io/badge/patreon-support-orange.svg)](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
9-
[![Back](https://opencollective.com/osjs/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/osjs)
10-
[![Sponsor](https://opencollective.com/osjs/tiers/sponsor/badge.svg?label=sponsor&color=brightgreen)](https://opencollective.com/osjs)
8+
[![Support](https://img.shields.io/badge/opencollective-donate-red.svg)](https://opencollective.com/osjs)
119
[![Donate](https://img.shields.io/badge/liberapay-donate-yellowgreen.svg)](https://liberapay.com/os-js/)
1210
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://paypal.me/andersevenrud)
1311
[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.os-js.org/)
@@ -65,9 +63,10 @@ You can also change the connection arguments:
6563

6664
## Contribution
6765

66+
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
6867
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
6968
* **Support on [Open Collective](https://opencollective.com/osjs)**
70-
* [Contribution Guide](https://github.com/os-js/OS.js/blob/v3/CONTRIBUTING.md)
69+
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
7170

7271
## Documentation
7372

0 commit comments

Comments
 (0)