We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1258f53 commit 3c671d3Copy full SHA for 3c671d3
.travis.yml
@@ -23,9 +23,9 @@ script:
23
before_install:
24
# make sure GCC is installed
25
- sudo apt-get -q -y autoclean
26
- - sudo apt-get -q -y -f update
27
- - sudo apt-get -q -y -f install
28
- - sudo apt-get -q -y -f install gcc binutils-mingw-w64-i686 gcc-mingw-w64-i686
+ - sudo apt-get -q -y update
+ - sudo apt-get -q -y install
+ - sudo apt-get -q -y install gcc binutils-mingw-w64-i686 gcc-mingw-w64-i686
29
# fix for buffer overflows in getLocalHostName
30
# https://github.com/travis-ci/travis-ci/issues/5227
31
- cat /etc/hosts # optionally check the content *before*
0 commit comments