@@ -23,11 +23,9 @@ before_script:
build:
script:
- - "sh autogen.sh && ./configure && make && make install"
+ - "sh autogen.sh && ./configure && make"
-
+ - "make check"
-test:
+ - "make install"
- script:
- - "make test-full-online"
update: