File tree Expand file tree Collapse file tree 3 files changed +26
-20
lines changed
Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ - push
3+ - pull_request
4+
5+ jobs :
6+ test :
7+ strategy :
8+ fail-fast : false
9+ matrix :
10+ ruby :
11+ - ruby-2.4
12+ - ruby-2.5
13+ - ruby-2.6
14+ - ruby-2.7
15+ - ruby-3.0
16+ - jruby-9.2
17+ runs-on : ubuntu-latest
18+ steps :
19+ - uses : actions/checkout@v2
20+ - uses : ruby/setup-ruby@v1
21+ with :
22+ ruby-version : ${{ matrix.ruby }}
23+ bundler-cache : true
24+ - run : ruby --version
25+ - run : bundle exec rspec
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # faye-websocket [ ![ Build status ] ( https://secure.travis-ci.org/faye/faye-websocket-ruby.svg )] ( http://travis-ci.org/faye/faye-websocket-ruby )
1+ # faye-websocket
22
33This is a general-purpose WebSocket implementation extracted from the
44[ Faye] ( http://faye.jcoglan.com ) project. It provides classes for easily building
You can’t perform that action at this time.
0 commit comments