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: addons:
apt: apt:
packages: packages:
- autoconf
- autotools-dev
- libudns-dev
- libev-dev
- libsodium-dev
- asciidoc - asciidoc
- xmlto - xmlto
script: "./configure && make"
script:
- ./autogen.sh
- ./configure && make
branches: branches:
only: only:
- master - master

Loading…
Cancel
Save