diff options
author | Antony Woods <acron1@gmail.com> | 2013-10-16 09:09:22 +0100 |
---|---|---|
committer | Antony Woods <acron1@gmail.com> | 2013-10-16 09:09:22 +0100 |
commit | 7a42d331bd9cf0e754105d41b42abfa8a625bf86 (patch) | |
tree | 6f402301e9ea530975bcf12b9e2b389ff4051c3e /scripts/travis.sh | |
parent | 73a0cf44e8d4a852b58b3126ddd3fa3b8a465af5 (diff) |
Fixed invalid header in python files. Now using chrono instead of boost timer. Removed unnecessary ptr checks, as now shared ptr is mandatory. Updated Readme to reflect new changes. Updated travis file, just in case.
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index dadc478..b6b7975 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -3,7 +3,7 @@ CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug -DENTITYX_BUILD_TESTING=1" if [ "$USE_STD_SHARED_PTR" = "1" ]; then - CMAKE_ARGS="${CMAKE_ARGS} -DENTITYX_USE_STD_SHARED_PTR=1" + CMAKE_ARGS="${CMAKE_ARGS}" # This fails on OSX if [ "$CXX" = "clang++" ]; then CMAKE_ARGS="${CMAKE_ARGS} -DENTITYX_USE_CPP11_STDLIB=1" |