Skip to content

Commit

Permalink
Only run code-climate-reporter once
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Oct 25, 2020
1 parent 71b07c6 commit 06e8f80
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -15,14 +15,18 @@ gemfile:
- gemfiles/openssl.gemfile
- gemfiles/rbnacl.gemfile
script:
- bundle exec rspec
- bundle exec codeclimate-test-reporter
- bundle exec rspec
before_install:
- sudo apt-get update -q
- sudo apt-get install libsodium-dev -y
- gem install bundler
matrix:
fast_finish: true
includes:
- rvm: 2.7
name: "Run Code Climate"
after_script:
- bundle exec codeclimate-test-reporter
allow_failures:
- rvm: 2.2
- rvm: 2.1
Expand Down

0 comments on commit 06e8f80

Please sign in to comment.