Skip to content

Commit

Permalink
Remove before_install from .travis.yml
Browse files Browse the repository at this point in the history
* We don't need to update the gem system
* We certainly don't need nats anymore for unit tests!

Authored-by: Chris Selzo <[email protected]>
  • Loading branch information
selzoc committed Dec 16, 2019
1 parent 0e1aa23 commit c5dbe43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ sudo: required
rvm:
- 2.5.5

before_install:
- gem update --system
- wget https://github.com/nats-io/gnatsd/releases/download/v0.9.4/gnatsd-v0.9.4-linux-amd64.zip -O /tmp/gnatsd.zip
- unzip /tmp/gnatsd.zip
- export PATH=$PATH:$PWD/gnatsd-v0.9.4-linux-amd64

before_script:
- bundle exec rake db:create
- DB=mysql bundle exec rake parallel:create
Expand Down

0 comments on commit c5dbe43

Please sign in to comment.