Skip to content

Commit

Permalink
Merge pull request #45 from Airblader/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
Airblader authored Apr 7, 2019
2 parents b1e6438 + 15b78e3 commit facc3ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: c
compiler:
- gcc
branches:
only:
- master
install:
- sudo apt-get update
- sudo apt-get install asciidoc
- sudo apt-get install libx11-dev libxi-dev libxfixes-dev libev-dev
script:
- make -j8 all

0 comments on commit facc3ad

Please sign in to comment.