We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd512f1 commit 5da44d4Copy full SHA for 5da44d4
.travis.yml
@@ -23,7 +23,7 @@ script:
23
- bundle install
24
- bundle exec rubocop --version
25
- bundle exec rubocop -D .
26
- - bundle exec rspec
+ - bundle exec rspec --backtrace
27
- cd SampleProjects/TestSomething
28
29
- bundle exec arduino_ci_remote.rb
appveyor.yml
@@ -21,7 +21,7 @@ test_script:
21
- ps: $ProgressPreference = "SilentlyContinue"
22
- cd SampleProjects\TestSomething
0 commit comments