aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
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