Skip to content

Commit

Permalink
Merge pull request #40 from fhir-crucible/revert-39-github-workflow
Browse files Browse the repository at this point in the history
Revert "Add github workflow."
  • Loading branch information
arscan authored Jun 23, 2021
2 parents da754c5 + e64e0bd commit 642a965
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/ruby.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: ruby
env:
- TESTMEMORY=0 GCDELAY=2.0
rvm:
- 2.6
- 2.7
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- bundle exec rake
after_script:
- ./cc-test-reporter after-build -t simplecov --exit-code $TRAVIS_TEST_RESULT
notifications:
email:
recipients:
- [email protected]
on_failure: change
addons:
code_climate:
repo_token: 0230b3379581b30743b7b4355d7394e427648e604d19a2aba987956201eee290
before_install:
- gem update --system
- gem install bundler

0 comments on commit 642a965

Please sign in to comment.