1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-09-21 12:10:19 +02:00
LuaIRC/.travis.yml
Jakob Ovrum a5f0367cd0 Fix .travis.yml
Switched to a more bare-bones language environment.
(Lua is not supported so it defaults to Ruby)

Update aptitude repositories before installing dependencies.
2014-03-23 11:31:29 +09:00

16 lines
358 B
YAML

language: d
notifications:
email: false
env:
global:
- secure: "kFhU+DZjhq/KbDt0DIDWnlskXMa12miNelmhhy30fQGgVIdiibDGKMNGyLahWp8CnPu1DARb5AZWK2TDfARdnURT2pgcsG83M7bYIY6cR647BWjL7oAhJ6CYEzTWJTBjeUjpN/o4vIgfXSDR0c7vboDi7Xz8ilfrBujPL2Oi/og="
install:
- sudo apt-get -y update
- sudo apt-get -y install lua5.1 lua-doc
script:
- ./push-luadoc.sh