summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 132447d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
1language: c
2
3addons:
4 apt:
5 packages:
6 - devscripts
7 - fakeroot
8 - debhelper
9
10install:
11 - git clone --depth 1 https://github.com/plusvic/yara.git yara3
12 - cd yara3
13 - bash ./build.sh
14 - ./configure
15 - make
16 - cp ./yara ../php-malware-finder/
17 - cd ..
18
19script:
20 - make tests
21 - make deb