Skip to content

Commit

Permalink
[from now] 2021/07/04 14:06:23
Browse files Browse the repository at this point in the history
diff --git a/.travis.yml b/.travis.yml
index d173b331..1f1f6182 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,9 +33,9 @@ install:
 script:
   - bundle exec rake spec
   - rm Gemfile.lock
-  - cd guides
-  - ruby bug_report_templates/active_record_gem.rb
-  - ruby bug_report_templates/active_record_gem_spec.rb
+  - cd guides/bug_report_templates
+  - ruby active_record_gem.rb
+  - ruby active_record_gem_spec.rb

 language: ruby
 rvm:
  • Loading branch information
yahonda committed Jul 4, 2021
1 parent ab862e4 commit b5bdd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ install:
script:
- bundle exec rake spec
- rm Gemfile.lock
- cd guides
- ruby bug_report_templates/active_record_gem.rb
- ruby bug_report_templates/active_record_gem_spec.rb
- cd guides/bug_report_templates
- ruby active_record_gem.rb
- ruby active_record_gem_spec.rb

language: ruby
rvm:
Expand Down

0 comments on commit b5bdd04

Please sign in to comment.