summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorxarkes2016-04-11 11:22:01 +0200
committerJulien (jvoisin) Voisin2016-04-11 17:09:34 +0200
commit3854653c8686cf9ff9bbab13f09d1566682efb5e (patch)
tree4615cb15e9c81428068ae3a3f13faf10cc426e0d /.travis.yml
parentb1f5377f011ff1eeab9bec96261667ed566c6fbe (diff)
Fixed debian package + readme
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9fb27eb..6a89685 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
1language: c 1language: c
2 2
3addons:
4 apt:
5 packages:
6 - devscripts
7
3install: 8install:
4 - git clone --depth 1 https://github.com/plusvic/yara.git yara3 9 - git clone --depth 1 https://github.com/plusvic/yara.git yara3
5 - cd yara3 10 - cd yara3
@@ -11,3 +16,4 @@ install:
11 16
12script: 17script:
13 - make tests 18 - make tests
19 - make package