forked from gauntlt/gauntlt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
32 lines (29 loc) · 1.13 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: ruby
rvm:
- 2.3.0
Services:
- docker
before_install:
- docker pull joeyn414/centosgauntlt
- docker run joeyn414/centosgauntlt /bin/sh -c "./gauntlt/ready_to_rumble.sh"
- docker ps -a
- git submodule update --init --recursive --force
# - gem update bundler
before_script:
#- go get github.com/FiloSottile/Heartbleed
#- go install github.com/FiloSottile/Heartbleed
#- which Heartbleed
- sudo apt-get update
- sudo apt-get install build-essential git libxml2 libxml2-dev
libxslt-dev libcurl4-openssl-dev libsqlite3-dev libyaml-dev zlib1g-dev
python-dev python-pip python-setuptools curl nmap w3af-console wget golang
- export SSLYZE_PATH="/home/travis/build/gauntlt/gauntlt/vendor/sslyze/sslyze_cli.py"
- export SQLMAP_PATH="/home/travis/build/gauntlt/gauntlt/vendor/sqlmap/sqlmap.py"
# going to need to update this:
# run docker build test against docker container that runs gauntlt inside of it
# Then run a command that confirms that gauntlt is running correctly, more than likely the ready to rumble script
#notifications:
# irc:
# channels:
# - "chat.freenode.net#gauntlt"
# use_notice: true