diff options
| author | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-05-13 10:38:45 +0200 |
|---|---|---|
| committer | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-05-13 10:38:45 +0200 |
| commit | 8db35f417bf9922b994f601ce771bb4c610bc804 (patch) | |
| tree | ca3279cfedc68b10c50098270a35e02e1f94dd5b /.travis.yml | |
| parent | 97ad2ebd33a70778e6982431d247c1dc1cd08fa6 (diff) | |
| download | PROJ-8db35f417bf9922b994f601ce771bb4c610bc804.tar.gz PROJ-8db35f417bf9922b994f601ce771bb4c610bc804.zip | |
Corrected minor bug in PR #8
./proj -VC in .travis.yml should read ./src/proj -VC
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 12d4679f..4d5910ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,7 +98,7 @@ install: - make -j3 - make check - mv src/.libs/*.gc* src - - ./proj -VC + - ./src/proj -VC script: - echo "done" |
