Skip to content

Commit e21bf7e

Browse files
author
Kadi Kraman
committed
Add .sail.yml and remove travis
1 parent 16b1b9b commit e21bf7e

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

.sail.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
tasks:
2+
build:
3+
image: 'node:carbon'
4+
command:
5+
- yarn
6+
args:
7+
- install
8+
lint:
9+
image: 'node:carbon'
10+
command:
11+
- yarn
12+
args:
13+
- lint
14+
test:
15+
image: 'node:carbon'
16+
command:
17+
- yarn
18+
args:
19+
- test

.travis.yml

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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<strong>React native bridge for AppAuth - an SDK for communicating with OAuth2 providers</strong>
55
<br><br>
66

7-
[![Build Status](https://travis-ci.org/FormidableLabs/react-native-app-auth.svg?branch=master)](https://travis-ci.org/FormidableLabs/react-native-app-auth)
8-
[![npm version](https://badge.fury.io/js/react-native-app-auth.svg)](https://badge.fury.io/js/react-native-app-auth)
7+
[![npm package version](https://badge.fury.io/js/react-native-app-auth.svg)](https://badge.fury.io/js/react-native-app-auth)
98

109
#### This is the API documentation for `react-native-app-auth >= 3.0.`
1110

0 commit comments

Comments
 (0)