Skip to content

Commit ef3aae5

Browse files
authored
CLN: Cleanup comments in before_install_travis.sh
envars.sh doesn't exist anymore. In fact, it's been gone for awhile.
1 parent e7c10bb commit ef3aae5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ci/before_install_travis.sh

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
#!/bin/bash
22

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-
83
echo "inside $0"
94

10-
# overview
115
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
126
sh -e /etc/init.d/xvfb start
137
fi
148

15-
true # never fail because bad things happened here
9+
# Never fail because bad things happened here.
10+
true

0 commit comments

Comments
 (0)