Skip to content

Commit

Permalink
chore(ci): changes key dealer
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Nov 30, 2020
1 parent 04ce668 commit 6090a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ matrix:
env: RAILS_VERSION=6.0 SEQUEL_VERSION=5.0

before_install:
- wget http://api-key-dealer.herokuapp.com/clients/algolia-keys && chmod +x algolia-keys
- which bundle || true
- find /home/travis/.rvm -wholename "*/bundler-*.gemspec" -print -delete || true
- bundle --version || true
Expand All @@ -59,4 +58,4 @@ install: rm -f Gemfile.lock && bundle install --without development
cache: bundler

script:
- eval $(./algolia-keys export) && bundle exec rake
- bundle exec rake

0 comments on commit 6090a66

Please sign in to comment.