diff options
| author | Tom Rini <[email protected]> | 2017-01-23 17:40:22 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-24 10:35:57 -0500 |
| commit | f2b0c007f84e582b7a101bd49db60cc8d75f5de4 (patch) | |
| tree | e167a87fd6a9b621b4bc5f9a7b62ce2ce090362c | |
| parent | c8a25ac4d1581205e90a206944e7df33e97ccf39 (diff) | |
travis-ci: Add swig and libpython-dev to the package list
As part of 1905c8fc711a we introduced failures depending on if swig and
libpython-dev are installed or not. To provide coverage for this are of
code in the future ensure we have these packages installed.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8024765c3ae..48b7b101f1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,8 @@ addons: - libsdl1.2-dev - python - python-virtualenv + - swig + - libpython-dev - gcc-powerpc-linux-gnu - gcc-arm-linux-gnueabihf - gcc-aarch64-linux-gnu |
