Skip to content

Commit 5da44d4

Browse files
committed
enable full backtrace
1 parent fd512f1 commit 5da44d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- bundle install
2424
- bundle exec rubocop --version
2525
- bundle exec rubocop -D .
26-
- bundle exec rspec
26+
- bundle exec rspec --backtrace
2727
- cd SampleProjects/TestSomething
2828
- bundle install
2929
- bundle exec arduino_ci_remote.rb

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test_script:
2121
- ps: $ProgressPreference = "SilentlyContinue"
2222
- bundle exec rubocop --version
2323
- bundle exec rubocop -D .
24-
- bundle exec rspec
24+
- bundle exec rspec --backtrace
2525
- cd SampleProjects\TestSomething
2626
- bundle install
2727
- bundle exec arduino_ci_remote.rb

0 commit comments

Comments
 (0)