From 0bcc6b5e0dbb852563fb6c20522cee4105949f71 Mon Sep 17 00:00:00 2001 From: Christian Uhsat Date: Sat, 10 Mar 2018 14:33:47 +0100 Subject: [PATCH] Fixed Travis CI tests --- .travis.yml | 6 +----- src/palantir.h | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fb79c8..f14cbf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,5 @@ install: script: - cmake . - make - - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then - make test - else - ./palantir -v - fi + - ./palantir -v sudo: required diff --git a/src/palantir.h b/src/palantir.h index 7b38e10..3d0d26d 100644 --- a/src/palantir.h +++ b/src/palantir.h @@ -23,7 +23,7 @@ #include -#define VERSION "1.29.2" +#define VERSION "1.29.3" #if LUA_VERSION_NUM < 501 #error "Lua 5.1 required"