Skip to content

Commit 1ec1ab3

Browse files
pustovalovamatsuda
authored andcommitted
Remove Travis CI (#2615)
1 parent 004c97a commit 1ec1ab3

File tree

3 files changed

+6
-45
lines changed

3 files changed

+6
-45
lines changed

.travis.yml

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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn
99
```
1010

1111
## Making sure your changes pass all tests
12-
There are a number of automated checks which run on Travis CI when a pull request is created.
12+
There are a number of automated checks which run on Github Actions when a pull request is created.
1313
You can run those checks on your own locally to make sure that your changes would not break the CI build.
1414

1515
### 1. Check the code for JavaScript style violations

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Webpacker
22

3-
[![Build Status](https://travis-ci.org/rails/webpacker.svg?branch=master)](https://travis-ci.org/rails/webpacker)
3+
[![Ruby specs](https://github.com/rails/webpacker/workflows/Ruby%20specs/badge.svg)](https://github.com/rails/webpacker/actions)
4+
[![Jest specs](https://github.com/rails/webpacker/workflows/Jest%20specs/badge.svg)](https://github.com/rails/webpacker/actions)
5+
[![Rubocop](https://github.com/rails/webpacker/workflows/Rubocop/badge.svg)](https://github.com/rails/webpacker/actions)
6+
[![JS lint](https://github.com/rails/webpacker/workflows/JS%20lint/badge.svg)](https://github.com/rails/webpacker/actions)
7+
48
[![node.js](https://img.shields.io/badge/node-%3E%3D%2010.17.0-brightgreen.svg)](https://www.npmjs.com/package/@rails/webpacker)
59
[![Gem](https://img.shields.io/gem/v/webpacker.svg)](https://rubygems.org/gems/webpacker)
610

0 commit comments

Comments
 (0)