Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Tidy Travis CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
atcruice committed Mar 12, 2018
1 parent ee749cb commit b6501b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ addons:

dist: trusty

before_install:
- gem install bundler -v ">= 1.8.9"
before_script: bundle exec rails db:reset

before_script:
- ./bin/rails db:drop db:setup

script: ./bin/rspec
script: bundle exec rspec

0 comments on commit b6501b7

Please sign in to comment.