You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis CI has started their rollout of the Trusty Linux distribution. For some reason when that distribution is used and the language is specified as bash the xvfb virtual display configuration fails, causing the build to later fail when an attempt to run arduino is made. In this usage there really is not a valid language to set and not specifying any language solves the problem so I think this is the best solution.
Copy file name to clipboardExpand all lines: .travis.yml
-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# This file is used to test the script with Travis CI
2
2
3
-
language: bash
4
3
# 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"
0 commit comments