We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9dffc commit b117821Copy full SHA for b117821
.travis.yml
@@ -86,14 +86,16 @@ before_install:
86
ln -s /usr/bin/gcc-5 $HOME/bin/gcc;
87
ln -s /usr/bin/g++-5 $HOME/bin/g++;
88
ln -s /usr/bin/gfortran-5 $HOME/bin/gfortran;
89
- export DISPLAY=':99.0';
90
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &;
91
else
92
brew cask uninstall oclint;
93
brew update;
94
brew install -v gcc;
95
fi
96
+ # Configure the virtual display server (needed for electron):
+ - export DISPLAY=':99.0'
97
+ - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
98
+
99
# Print debug info:
100
- echo "$($CC --version)"
101
- echo "$($CXX --version)"
0 commit comments