Browse Source

travis: initial version of Travis config

bboozzoo/socket-source
Maciek Borzecki 9 years ago
parent
commit
6f0aaaafe5
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      .travis.yml

+ 12
- 0
.travis.yml View File

@ -0,0 +1,12 @@
# pretend we're building C
language: c
compiler:
- gcc
env:
- VALAC=valac-0.30
before_install:
- sudo add-apt-repository -y ppa:vala-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq ${VALAC}
before_script:
- autoreconf -if

Loading…
Cancel
Save