Skip to content

Commit

Permalink
Corrected minor bug in PR #8
Browse files Browse the repository at this point in the history
./proj -VC in .travis.yml should read ./src/proj -VC
  • Loading branch information
Thomas Knudsen authored and Thomas Knudsen committed May 13, 2016
1 parent 97ad2eb commit 8db35f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ install:
- make -j3
- make check
- mv src/.libs/*.gc* src
- ./proj -VC
- ./src/proj -VC

script:
- echo "done"
Expand Down

0 comments on commit 8db35f4

Please sign in to comment.