Skip to content

Commit

Permalink
test: add empty configure and travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
martintopholm committed Mar 6, 2017
1 parent 6687a35 commit 70f6e21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
---
addons:
apt:
packages:
- libevent-2.0
compiler: clang
language: c
sudo: required
3 changes: 3 additions & 0 deletions configure
@@ -0,0 +1,3 @@
#!/bin/sh

exit 0

0 comments on commit 70f6e21

Please sign in to comment.