Skip to content

Commit

Permalink
(maint) Update tests to use leatherman 0.5.0
Browse files Browse the repository at this point in the history
Update .travis.yaml and appveyor.yml to use the newest version
of leatherman.
  • Loading branch information
HAIL9000 committed Apr 18, 2016
1 parent c8cc38b commit 048dd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
- PYTHONUSERBASE=$USERDIR
- PATH=$USERDIR/bin:$PATH
- LD_LIBRARY_PATH=$USERDIR/lib:$LD_LIBRARY_PATH
- LEATHERMAN_VERSION=0.4.2
- LEATHERMAN_VERSION=0.5.0
matrix:
- TRAVIS_TARGET=COMMITS
- TRAVIS_TARGET=DOXYGEN
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 3.1.0.{build}
clone_depth: 10
environment:
LEATHERMAN_VERSION: 0.4.2
LEATHERMAN_VERSION: 0.5.0
install:
- git submodule update --init --recursive

Expand Down

0 comments on commit 048dd55

Please sign in to comment.