diff options
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh deleted file mode 100755 index c8b2a17..0000000 --- a/scripts/travis.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -e - -cmake -DCMAKE_BUILD_TYPE=Debug -DENTITYX_BUILD_TESTING=1 -make VERBOSE=1 -make test || cat Testing/Temporary/LastTest.log |