diff options
| author | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-05-13 11:36:49 +0200 |
|---|---|---|
| committer | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-05-13 11:36:49 +0200 |
| commit | bea2cd5c821ce37d157e5c4f3b2cc9fd059fee2d (patch) | |
| tree | e66253ff789047de06d1159b386fc14ce08cf2aa /.travis.yml | |
| parent | 1a4a765f5cd586d976c3eaa8e823eb154e9daaf5 (diff) | |
| download | PROJ-bea2cd5c821ce37d157e5c4f3b2cc9fd059fee2d.tar.gz PROJ-bea2cd5c821ce37d157e5c4f3b2cc9fd059fee2d.zip | |
Minor
Correcting missing whitespace in .travis.yml, introduced in previous
commit
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3ae0df98..286d640c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,7 +98,7 @@ install: - make -j3 - make check - ./src/proj -VC -- mv src/.libs/*.gc* src + - mv src/.libs/*.gc* src script: - echo "done" |
