Skip to content

Commit 8fb01d4

Browse files
authored
Merge pull request #97 from rubycdp/circleci
Switch to CircleCI
2 parents 8e9ae55 + 43ac552 commit 8fb01d4

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2.1
2+
orbs:
3+
ruby: circleci/[email protected]
4+
5+
jobs:
6+
build:
7+
docker:
8+
- image: circleci/ruby:2.7.1-stretch-node
9+
executor: ruby/default
10+
steps:
11+
- checkout
12+
- run:
13+
name: Which bundler?
14+
command: bundle -v
15+
- ruby/bundle-install

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ferrum - high-level API to control Chrome in Ruby
22

3-
[![Build Status](https://travis-ci.org/rubycdp/ferrum.svg?branch=master)](https://travis-ci.org/rubycdp/ferrum)
3+
[![CircleCI](https://circleci.com/gh/rubycdp/ferrum.svg?style=svg)](https://circleci.com/gh/rubycdp/ferrum)
44

55
<img align="right"
66
width="320" height="241"

0 commit comments

Comments
 (0)