diff options
author | David Phillips <david@sighup.nz> | 2017-06-27 17:27:50 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-06-27 17:27:50 +1200 |
commit | 8f42f3363da702a1e1c6d9094ae9cfad2f08676f (patch) | |
tree | 0884d7bd141294091e6148a7ec4cf5610d3d5965 | |
parent | a54de239ac8b54fad9d3c3c75e0e7380e4a29f50 (diff) | |
download | sand-leek-8f42f3363da702a1e1c6d9094ae9cfad2f08676f.tar.xz |
Add test recipe to travis run
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a3b3894..0504a5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: c compiler: gcc script: - - make + - make all test |