Skip to content

Commit 1b1e9a1

Browse files
committed
Fix incorrect verbosity level variable name in .travis.yml
1 parent 3efe435 commit 1b1e9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Test install_ide with no argument (using full version list). This would cause the Travis CI build to take much longer so I have it disabled
1414
# - INSTALL_IDE_START_VERSION=""
1515
# Test install_ide using full version list
16-
- INSTALL_IDE_START_VERSION="all" SCRIPT_VERBOSITY_LEVEL=0 VERBOSE_COMPILATION="false"
16+
- INSTALL_IDE_START_VERSION="all" VERBOSITY_LEVEL=0 VERBOSE_COMPILATION="false"
1717
# Test install_ide using custom version list. Test the use of the special version names "oldest" and "newest" in a version list. Test use of "hourly" version name.
1818
- INSTALL_IDE_START_VERSION='("oldest" "1.8.1" "1.8.2" "newest" "hourly")' VERBOSITY_LEVEL=1 VERBOSE_COMPILATION="true"
1919
# Allowed to fail

0 commit comments

Comments
 (0)