]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Always run the unit tests during check
authorAnders Björklund <anders@itension.se>
Tue, 12 Jan 2016 21:40:14 +0000 (22:40 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 30 Jan 2016 16:37:10 +0000 (17:37 +0100)
.travis.yml

index 8c0412ab743f3912246b7f603051f9cd10aa7656..339726292ab33d8590df75d8cd381a975d5d67e2 100644 (file)
@@ -26,6 +26,7 @@ script:
     - ./autogen.sh
     - ./configure
     - make
+    - make quicktest
     - if [ "$CC" = "gcc" ]; then
           ./test.sh;
       fi