diff --git a/.travis.yml b/.travis.yml index 624038c..5091506 100755 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,15 @@ before_install: - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi - if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 98; fi + # Setup cpputest + - git clone git://github.com/cpputest/cpputest.git + - cd cpputest/cpputest_build + - ../configure + - make && sudo make install + - cd ../../ + # Install dependencies - - sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev cpputest + - sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev # Build with both gcc and clang compiler: