Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
necropotame committed Dec 6, 2016
2 parents c306f73 + 26b4264 commit c455bdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c

dist: trusty
sudo: true
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y bam
- if [ "$WITH_SQL" = "false" ] ; then sudo apt-get remove -y libmysqlclient-dev; fi

script: bam server_release

env:
- WITH_SQL=true
- WITH_SQL=false

0 comments on commit c455bdb

Please sign in to comment.