mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-26 17:41:08 +01:00
91f96cb394
Trying to fix the failing travis build, https://travis-ci.org/rapid7/meterpreter/builds/13001986
11 lines
185 B
YAML
11 lines
185 B
YAML
language: c
|
|
script: make
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#msfnotify"
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install jam
|
|
- sudo apt-get install gcc-multilib
|