diff options
author | Anders Björklund <anders@itension.se> | 2016-01-12 22:40:14 +0100 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2016-01-30 17:37:10 +0100 |
commit | dbbe87e57edfb7c977c4074d238327ff6bad327d (patch) | |
tree | fd5291905535bd5e188e18d8c0e75cf413bde4e2 /.travis.yml | |
parent | a7ab503f07e31ebeaaec34fbaa30e264308a299d (diff) | |
download | ccache-dbbe87e57edfb7c977c4074d238327ff6bad327d.tar.gz |
Always run the unit tests during check
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8c0412ab..33972629 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ script: - ./autogen.sh - ./configure - make + - make quicktest - if [ "$CC" = "gcc" ]; then ./test.sh; fi |