Skip to content

Commit

Permalink
MT-71 Removes the Travis CI configuration file. All CI targets are mi…
Browse files Browse the repository at this point in the history
…grated. (google#88)

MT-71 Explicitely install bundler. Needed when using 'jruby-head' version.
Reason unclear, worked before withut, but fixes the target again.
  • Loading branch information
gnrunge committed Jun 9, 2021
1 parent 3090453 commit c51eef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 135 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mynmr_tools_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- name: Run Rake tests
run: |
pushd clients/ruby
gem install bundler
bundle install
rake test
popd
Expand Down
135 changes: 0 additions & 135 deletions .travis.yml

This file was deleted.

0 comments on commit c51eef0

Please sign in to comment.