Skip to content

Commit 229c703

Browse files
committed
Specify sudo: required
Although sudo is no longer required by arduino-ci-script since 835845f, for some reason setting "sudo: false" causes the Travis CI build time to significantly increase so this setting is left as "sudo: required"
1 parent ba2424a commit 229c703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This file is used to test the script with Travis CI
22

33
language: bash
4+
# Although sudo is no longer required by arduino-ci-script since the 1.0.0 release, for some reason setting "sudo: false" causes the Travis CI build time to significantly increase so this setting is left as "sudo: required"
5+
sudo: required
46

57

68
env:

0 commit comments

Comments
 (0)