Skip to content

Commit

Permalink
build: fix travis config to build on trusty and install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsutton committed Jan 16, 2016
1 parent c5881b3 commit dbe0dd5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,11 @@
# Basic Build Setup
#

sudo: required
dist: trusty
language: c
script: ./configure && make
before_install:
- sudo apt-get -qq update
- sudo ./Autobuild.sh -o deps
script:
- ./Autobuild.sh

0 comments on commit dbe0dd5

Please sign in to comment.