mirror of
https://github.com/empayre/OTX-Suricata.git
synced 2024-11-06 01:05:18 +00:00
Move travis file
Moved to parent directory so Travis ci can run tests
This commit is contained in:
parent
d53ca1061f
commit
250a60c0e5
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
|
||||
before_script:
|
||||
- chmod +x ./otx-suricata/test_rules.py
|
||||
|
||||
# command to run tests
|
||||
script: ./otx-suricata/python test_client.py
|
@ -1,10 +0,0 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
|
||||
before_script:
|
||||
- chmod +x test_rules.py
|
||||
|
||||
# command to run tests
|
||||
script: python test_client.py
|
Loading…
Reference in New Issue
Block a user