Skip to content

Commit

Permalink
travis: add libtinyxml2-dev as apt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 7, 2017
1 parent c9350a9 commit 762c327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
apt:
packages:
- doxygen
- libtinyxml2-dev
- os: linux
dist: trusty
sudo: false
Expand All @@ -29,6 +30,7 @@ matrix:
- gcc-5
- g++-5
- doxygen
- libtinyxml2-dev
- os: linux
dist: trusty
sudo: false
Expand All @@ -45,6 +47,7 @@ matrix:
- gcc-6
- g++-6
- doxygen
- libtinyxml2-dev
- os: linux
sudo: required
services:
Expand Down

0 comments on commit 762c327

Please sign in to comment.