diff --git a/.travis.yml b/.travis.yml index 0a874e0..8b8f51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: cpp +#Install dependencies before_install: - sudo apt-get update -qq - sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev +# Build with both gcc and clang compiler: - gcc - clang