aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-05-13 11:34:29 +0200
committerThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-05-13 11:34:29 +0200
commit1a4a765f5cd586d976c3eaa8e823eb154e9daaf5 (patch)
tree509675395916eb3e1789ef4b2f104aa671fa8cf9 /.travis.yml
parent8db35f417bf9922b994f601ce771bb4c610bc804 (diff)
downloadPROJ-1a4a765f5cd586d976c3eaa8e823eb154e9daaf5.tar.gz
PROJ-1a4a765f5cd586d976c3eaa8e823eb154e9daaf5.zip
Another minor
Now running proj -VC before moving gcov files - learning travis & coveralls details along the way
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 4d5910ca..3ae0df98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,8 +97,8 @@ install:
fi
- make -j3
- make check
- - mv src/.libs/*.gc* src
- ./src/proj -VC
+- mv src/.libs/*.gc* src
script:
- echo "done"