aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-05-13 10:38:45 +0200
committerThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-05-13 10:38:45 +0200
commit8db35f417bf9922b994f601ce771bb4c610bc804 (patch)
treeca3279cfedc68b10c50098270a35e02e1f94dd5b /.travis.yml
parent97ad2ebd33a70778e6982431d247c1dc1cd08fa6 (diff)
downloadPROJ-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.yml2
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"