Skip to content

Commit

Permalink
add travis-ci build conf
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfree committed Sep 20, 2017
1 parent ad4762a commit c30ca8c
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 c30ca8c

Please sign in to comment.