We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e9ae55 + 43ac552 commit 8fb01d4Copy full SHA for 8fb01d4
.circleci/config.yml
@@ -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
README.md
@@ -1,6 +1,6 @@
# Ferrum - high-level API to control Chrome in Ruby
-[](https://travis-ci.org/rubycdp/ferrum)
+[](https://circleci.com/gh/rubycdp/ferrum)
<img align="right"
width="320" height="241"
0 commit comments