diff options
author | David Phillips <david@sighup.nz> | 2017-06-27 01:22:16 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-06-27 01:22:16 +1200 |
commit | da750c34674077ac2363781c67b8e066aafb0714 (patch) | |
tree | 1042cb6b632a5e3f83a6ea70f761003624994f25 | |
parent | 09f0fc3ee2c1bf0e34ddd40da2cca54fdcc9361b (diff) | |
download | sand-leek-da750c34674077ac2363781c67b8e066aafb0714.tar.xz |
Fix indentation in .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3734d12..a3b3894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: c compiler: gcc script: - - make + - make |