Skip to content

Commit

Permalink
Fixed Travis CI test for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Mar 10, 2018
1 parent a6dbd80 commit 55720d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ install:
script:
- cmake .
- make
- ./test/test.sh
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
make test
else
./palantir -v
fi
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.1"
#define VERSION "1.29.2"

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

0 comments on commit 55720d8

Please sign in to comment.