Skip to content

Commit 1ba8356

Browse files
committed
OTX: Correct Linux Travis build
1 parent 913a740 commit 1ba8356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/linux/travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pushd thirdparty/tiff-4.0.3
33
CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure --disable-jbig && make
44
popd
55
cd toonz && mkdir build && cd build
6-
source /opt/qt514/bin/qt514-env.sh
6+
source /opt/qt59/bin/qt59-env.sh
77
cmake ../sources \
88
-DWITH_SYSTEM_SUPERLU:BOOL=OFF
99
# according to https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments

0 commit comments

Comments
 (0)