We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c10bb commit ef3aae5Copy full SHA for ef3aae5
ci/before_install_travis.sh
@@ -1,15 +1,10 @@
1
#!/bin/bash
2
3
-# If envars.sh determined we're running in an authorized fork
4
-# and the user opted in to the network cache,and that cached versions
5
-# are available on the cache server, download and deploy the cached
6
-# files to the local filesystem
7
-
8
echo "inside $0"
9
10
-# overview
11
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
12
sh -e /etc/init.d/xvfb start
13
fi
14
15
-true # never fail because bad things happened here
+# Never fail because bad things happened here.
+true
0 commit comments