Skip to content

Commit

Permalink
Use container-based Travis infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Oct 22, 2015
1 parent fb670b6 commit 8226b0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/depcomp
/install-sh
/missing
/test-driver
Makefile.in
config.h.in
*~
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
sudo: false

language: c

install:
- sudo apt-get install libcurl4-openssl-dev libnotify-dev
addons:
apt:
packages:
- libcurl4-openssl-dev
- libnotify-dev

before_script:
- autoreconf --install && mkdir build && cd build
Expand Down

0 comments on commit 8226b0e

Please sign in to comment.