mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 17:40:29 +01:00
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.
This commit is contained in:
parent
565123a085
commit
a5f0367cd0
@ -1,4 +1,4 @@
|
||||
language: lua
|
||||
language: d
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
@ -8,6 +8,7 @@ env:
|
||||
- secure: "kFhU+DZjhq/KbDt0DIDWnlskXMa12miNelmhhy30fQGgVIdiibDGKMNGyLahWp8CnPu1DARb5AZWK2TDfARdnURT2pgcsG83M7bYIY6cR647BWjL7oAhJ6CYEzTWJTBjeUjpN/o4vIgfXSDR0c7vboDi7Xz8ilfrBujPL2Oi/og="
|
||||
|
||||
install:
|
||||
- sudo apt-get -y update
|
||||
- sudo apt-get -y install lua5.1 lua-doc
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user