Skip to content

Commit

Permalink
Update to libespm v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Nov 29, 2015
1 parent 9916ee9 commit 25f4606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ install:
# Currently inside the cloned repo path.
- cd ..
# Install libespm.
- wget https://github.com/WrinklyNinja/libespm/archive/2.1.0.tar.gz -O - | tar -xz
- mv libespm-2.1.0 libespm
- wget https://github.com/WrinklyNinja/libespm/archive/2.2.0.tar.gz -O - | tar -xz
- mv libespm-2.2.0 libespm
# Install Google Test
- wget https://github.com/google/googletest/archive/release-1.7.0.tar.gz -O - | tar -xz
- cd googletest-release-1.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Instructions for other platforms are not provided, but the process for building

* [Boost](http://www.boost.org) Filesystem and Locale libraries: tested with v1.55.0 and v1.59.0.
* [Google Test](https://github.com/google/googletest): Required to build libloadorder's tests, but not the library itself. Tested with v1.7.0.
* [Libespm](http://github.com/WrinklyNinja/libespm) v2.1.0
* [Libespm](http://github.com/WrinklyNinja/libespm) v2.2.0

### Windows

Expand Down

0 comments on commit 25f4606

Please sign in to comment.