Skip to content

Commit

Permalink
Fixed Travis CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Mar 10, 2018
1 parent 55720d8 commit 0bcc6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,5 @@ install:
script:
- cmake .
- make
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
make test
else
./palantir -v
fi
- ./palantir -v
sudo: required
2 changes: 1 addition & 1 deletion src/palantir.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <lua.h>

#define VERSION "1.29.2"
#define VERSION "1.29.3"

#if LUA_VERSION_NUM < 501
#error "Lua 5.1 required"
Expand Down

0 comments on commit 0bcc6b5

Please sign in to comment.