diff --git a/.travis.yml b/.travis.yml index 0175853..9d477dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,13 +43,7 @@ before_install: - if [ ${TRAVIS_OS_NAME} = "osx" ]; then brew install fftw || true; fi - -install: - git submodule update --init --recursive - - if [[ ${COVERITY_BUILD_DISABLED} == 1 ]]; - then - exit 0; - fi - if [ ${TRAVIS_OS_NAME} = "linux" -a "$CC" = "gcc" ]; then if [ "$BUILDDOC" = 1 ]; then @@ -57,9 +51,15 @@ install: fi; sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update; - sudo apt-get install gcc-7 g++-7; - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90; - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90; + sudo apt-get install gcc-8 g++-8; + sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 90; + sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90; + fi + +install: + - if [[ ${COVERITY_BUILD_DISABLED} == 1 ]]; + then + exit 0; fi # CImg is now downloaded by CImg/Makefile, no need to install it @@ -85,8 +85,8 @@ addons: - ubuntu-toolchain-r-test packages: - ca-certificates - - gcc-7 - - g++-7 + - gcc-8 + - g++-8 - libfftw3-dev coverity_scan: # customized build script URL diff --git a/openfx b/openfx index 8ef578f..4fc7b53 160000 --- a/openfx +++ b/openfx @@ -1 +1 @@ -Subproject commit 8ef578fe9eb921eee70826655660e0fb9c9dce41 +Subproject commit 4fc7b53bc9ad86bb323e971d553b8482916a62d9