Skip to content

Commit 6b6412a

Browse files
committed
Don't specify language in .travis.yml
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.
1 parent 229c703 commit 6b6412a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

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

3-
language: bash
43
# 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"
54
sudo: required
65

0 commit comments

Comments
 (0)