test.sh -> test_all.sh

This commit is contained in:
Ilia Udalov 2017-04-04 01:53:49 +03:00
parent 20e748fc77
commit 907b93977b

View File

@ -24,7 +24,7 @@ matrix:
before_script: before_script:
- ulimit -c unlimited -S - ulimit -c unlimited -S
script: script:
- ci/test.sh -DLUA_INCLUDE_DIR="/usr/include/lua5.2" -DLUA_LIBRARY="/usr/lib/x86_64-linux-gnu/liblua5.2.so" - ci/test_all.sh -DLUA_INCLUDE_DIR="/usr/include/lua5.2" -DLUA_LIBRARY="/usr/lib/x86_64-linux-gnu/liblua5.2.so"
- compiler: clang - compiler: clang
os: osx os: osx
@ -34,4 +34,4 @@ matrix:
install: install:
- brew install lua - brew install lua
script: script:
- ci/test.sh - ci/test_all.sh