Skip to content

Commit

Permalink
Move the Travis install-deps.sh script to the new tools dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Homme Zwaagstra committed Dec 11, 2012
1 parent 76b1a4e commit 45589b8
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,4 +9,4 @@ env:
- MAPCACHE_COMMIT= # repository HEAD
before_install:
- sudo apt-get install libapr1-dev libaprutil1-dev # mapcache dependencies
- sh ./test/install-deps.sh /tmp $MAPCACHE_COMMIT # install the dependencies
- sh ./tools/install-deps.sh /tmp $MAPCACHE_COMMIT # install the dependencies
File renamed without changes.

0 comments on commit 45589b8

Please sign in to comment.