diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-01-15 19:16:32 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-01-15 19:16:32 +0000 |
commit | 4805c96fce84b57ed44327a6e4e91a9d970ea27a (patch) | |
tree | 776243a3d2c45fe010bea759f362adf2e7d34be2 /.travis.yml | |
parent | 78e81c3fce3427c894daf2a2ca9712b37a8a6cbf (diff) | |
download | LibXtract-4805c96fce84b57ed44327a6e4e91a9d970ea27a.tar.gz LibXtract-4805c96fce84b57ed44327a6e4e91a9d970ea27a.tar.bz2 LibXtract-4805c96fce84b57ed44327a6e4e91a9d970ea27a.zip |
Don't build "test" target for now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e88dcf2..a73a592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,3 @@ language: c -before_script: ./autogen.sh
\ No newline at end of file +before_script: ./autogen.sh +script: ./configure && make
\ No newline at end of file |