Skip to content

Commit

Permalink
Remove Travis CI (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovalov authored and amatsuda committed Jan 20, 2023
1 parent 004c97a commit 1ec1ab3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 45 deletions.
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -9,7 +9,7 @@ yarn
```

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

### 1. Check the code for JavaScript style violations
Expand Down
6 changes: 5 additions & 1 deletion README.md
@@ -1,6 +1,10 @@
# Webpacker

[![Build Status](https://travis-ci.org/rails/webpacker.svg?branch=master)](https://travis-ci.org/rails/webpacker)
[![Ruby specs](https://github.com/rails/webpacker/workflows/Ruby%20specs/badge.svg)](https://github.com/rails/webpacker/actions)
[![Jest specs](https://github.com/rails/webpacker/workflows/Jest%20specs/badge.svg)](https://github.com/rails/webpacker/actions)
[![Rubocop](https://github.com/rails/webpacker/workflows/Rubocop/badge.svg)](https://github.com/rails/webpacker/actions)
[![JS lint](https://github.com/rails/webpacker/workflows/JS%20lint/badge.svg)](https://github.com/rails/webpacker/actions)

[![node.js](https://img.shields.io/badge/node-%3E%3D%2010.17.0-brightgreen.svg)](https://www.npmjs.com/package/@rails/webpacker)
[![Gem](https://img.shields.io/gem/v/webpacker.svg)](https://rubygems.org/gems/webpacker)

Expand Down

0 comments on commit 1ec1ab3

Please sign in to comment.