Skip to content

Commit

Permalink
Install xmllint before running test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebird75 committed Mar 9, 2015
1 parent b8b496e commit d953863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ env:
- LUA=lua5.2

before_install:
- sudo apt-get install $LUA

- sudo apt-get install $LUA libxml2-utils
script:
- $LUA run_unit_tests.lua
- $LUA run_functional_tests.lua
Expand Down

0 comments on commit d953863

Please sign in to comment.