diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b07f3dc..91f73ff 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -46,8 +46,8 @@ install: | |||
46 | - cd .. | 46 | - cd .. |
47 | 47 | ||
48 | script: | 48 | script: |
49 | - cppcheck -i ./luajit2 -i --force --error-exitcode=1 --enable=warning . > build.log 2>&1 || (cat build.log && exit 1) | 49 | - cppcheck -i ./luajit2 --force --error-exitcode=1 --enable=warning . > build.log 2>&1 || (cat build.log && exit 1) |
50 | - sh runtests.sh | 50 | - bash runtests.sh |
51 | - make | 51 | - make |
52 | - prove -Itests tests | 52 | - prove -Itests tests |
53 | - TEST_LUA_USE_VALGRIND=1 prove -Itests tests > build.log 2>&1; export e=$? | 53 | - TEST_LUA_USE_VALGRIND=1 prove -Itests tests > build.log 2>&1; export e=$? |