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 7ce591b commit a521eb6Copy full SHA for a521eb6
dev/before_install
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [[ "$TRAVIS_OS_NAME" == "linux" || "RUNNER_OS" == "Linux" ]]; then
+if [[ "$TRAVIS_OS_NAME" == "linux" || "$RUNNER_OS" == "Linux" ]]; then
4
sudo apt-get update -qq
5
if [[ $? != 0 ]]; then
6
echo "cannot update"
0 commit comments