Skip to content

Commit 2f3aee6

Browse files
committed
Fix documentation about CI
1 parent ab310ab commit 2f3aee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ArduinoCI uses a very standard GitHub workflow.
99
* If you are submitting code, use `master` as the base branch
1010
* If you are submitting broken unit tests (illustrating a bug that should be fixed), use `tdd` as the base branch.
1111

12-
Pull requests will trigger a Travis CI job. The following two commands will be expected to pass (so you may want to run them locally before opening the pull request):
12+
Pull requests will trigger a CI job. The following two commands will be expected to pass (so you may want to run them locally before opening the pull request):
1313

1414
* `bundle exec rubocop -D .` - code style tests
1515
* `bundle exec rspec` - functional tests

0 commit comments

Comments
 (0)