1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-21 05:35:54 +01:00

add travis build as well

This commit is contained in:
Brent Cook 2015-07-24 16:03:01 -05:00
parent 224ac67dc7
commit f71464e38f

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
script: cd c/meterpreter && make
notifications:
irc: "irc.freenode.org#msfnotify"
before_install:
- sudo apt-get update
- sudo apt-get install jam
- sudo apt-get install gcc-multilib