diff --git a/.travis.yml b/.travis.yml index 5091506..34e8bc6 100755 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: # Setup cpputest - git clone git://github.com/cpputest/cpputest.git - cd cpputest/cpputest_build - - ../configure + - cmake .. - make && sudo make install - cd ../../