Skip to content

Commit

Permalink
Merge pull request #110 from danielfree/travis
Browse files Browse the repository at this point in the history
Add travis-ci build conf
  • Loading branch information
odaira authored Nov 8, 2017
2 parents 6d50fd7 + c30ca8c commit 394b700
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 @@
dist: trusty
sudo: required
language: java
install:
- wget https://github.com/lz4/lz4/archive/v1.7.5.tar.gz
- tar -xzvf v1.7.5.tar.gz
- pushd lz4-1.7.5 && make && sudo make install && popd
- ant ivy-bootstrap
- ant init
script:
- ant dist
- ant test

0 comments on commit 394b700

Please sign in to comment.