Browse Source

Update scripts for travis-ci

pull/1094/head
Max Lv 8 years ago
parent
commit
c9890756c1
1 changed files with 8 additions and 1 deletions
  1. 9
      .travis.yml

9
.travis.yml

@ -5,9 +5,16 @@ compiler:
addons:
apt:
packages:
- autoconf
- autotools-dev
- libudns-dev
- libev-dev
- libsodium-dev
- asciidoc
- xmlto
script: "./configure && make"
script:
- ./autogen.sh
- ./configure && make
branches:
only:
- master

Loading…
Cancel
Save