@@ -2,7 +2,7 @@ function generate()
{
OPTIONS="-DASSIMP_WERROR=ON"
- if [ "$TRAVIS_NO_EXPORT" = "YES" ] ; then
+ if [ "$DISABLE_EXPORTERS" = "YES" ] ; then
OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=YES"
else
OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=NO"
@@ -47,7 +47,7 @@ matrix:
include:
- os: linux
compiler: gcc
- env: TRAVIS_NO_EXPORT=YES ENABLE_COVERALLS=ON
+ env: DISABLE_EXPORTERS=YES ENABLE_COVERALLS=ON
env: SHARED_BUILD=ON