Skip to content

Commit

Permalink
travis: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed May 22, 2019
1 parent 7b5c3f1 commit 33df2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ before_install:
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
- if [ ${TRAVIS_OS_NAME} = "windows" ]; then choco install curl; fi
- if [ ${TRAVIS_OS_NAME} = "windows" ]; then choco install patch; fi
- if [ ${TRAVIS_OS_NAME} = "windows" ]; then choco install curl patch make cmake; fi

install:
- if [[ ${COVERITY_BUILD_DISABLED} == 1 ]];
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ***** BEGIN LICENSE BLOCK *****
# This file is part of openfx-misc <https://github.com/devernay/openfx-misc>,
# This file is part of openfx-misc <https://github.com/NatronGitHub/openfx-misc>,
# Copyright (C) 2013-2018 INRIA
#
# openfx-misc is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 33df2cf

Please sign in to comment.