Skip to content

Commit

Permalink
trying old way again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Holst committed Sep 5, 2019
1 parent 239d700 commit 121b993
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ language: ruby
rvm:
- "2.5.1"

# before_install:
# - "cd test/user"
# - "bundle install"
# - "rake db:create"
# - "rake db:migrate"
# - "cd ../.."
# - "cd test/employee && bundle install && rails db:create db:migrate"
before_script:
- "cd test/user && bundle install && rails db:create db:migrate"
- "cd test/employee && bundle install && rails db:create db:migrate"

script:
- "sh run_tests.sh"
# - "cd test/user && bundle exec rake test"
# - "cd ../.."
# - "cd test/employee && bundle exec rails test"
- "cd test/user && bundle exec rails test"
- "cd test/employee && bundle exec rails test"

0 comments on commit 121b993

Please sign in to comment.