forked from mtcontrib/colouredstonebricks
Update tests
This commit is contained in:
parent
284890ca0a
commit
3d1d3e2284
24
.travis.yml
24
.travis.yml
@ -1,13 +1,25 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- rvm get stable
|
# Unfortunately there's no other way to install a recent luarocks release
|
||||||
- rvm install ruby 2.2.3
|
- cd ../
|
||||||
|
- wget https://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz -O luarocks-2.2.2.tar.gz
|
||||||
|
- tar -xvf luarocks-2.2.2.tar.gz
|
||||||
|
- cd luarocks-2.2.2
|
||||||
|
- ./configure
|
||||||
|
- make build
|
||||||
|
- sudo make install
|
||||||
|
- cd ../colouredstonebricks
|
||||||
install:
|
install:
|
||||||
- gem install awesome_bot
|
- sudo luarocks install luacheck
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Check for link problems
|
# Run luacheck and always return 0 for warnings
|
||||||
- awesome_bot README.md --allow-dupe
|
- luacheck . || true
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- lua5.2
|
||||||
|
- liblua5.2-dev
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user