Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasoares committed Feb 28, 2020
2 parents 0640665 + b3e813d commit d396408
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
patreon: rafasoares
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: rafasoares # Replace with a single Liberapay username
liberapay: rafasoares
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
6 changes: 5 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ blocks:
prologue:
commands:
- checkout
- cache restore
- gem install bundler -v $BUNDLER_VERSION
epilogue:
on_pass:
commands:
- cache store
dependencies: []
- name: Code scanning
task:
jobs:
Expand All @@ -38,6 +38,8 @@ blocks:
- cache restore
- gem install bundler -v $BUNDLER_VERSION
- bundle install --deployment --path vendor/bundle
dependencies:
- Setup
- name: Unit tests
task:
prologue:
Expand All @@ -50,3 +52,5 @@ blocks:
- name: RSpec
commands:
- bundle exec rake spec
dependencies:
- Setup
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @rafasoares

0 comments on commit d396408

Please sign in to comment.