Skip to content

Commit

Permalink
refactored yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Holst committed Sep 5, 2019
1 parent bf07063 commit 2adf6e0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ rvm:
- "2.5.1"

script:
- "cd test/user"
- "bundle install"
- "rake db:create"
- "rake db:migrate"
- "bundle exec rake test"
- "cd test/user && bundle install && rake db:create && rake db:migrate && bundle exec rake test"
- "cd .."
- "cd employee"
- "bundle install"
- "rake db:create"
- "rake db:migrate"
- "bundle exec rake test"
- "cd employee && bundle install && rake db:create && rake db:migrate && bundle exec rake test"

0 comments on commit 2adf6e0

Please sign in to comment.