From c1406e9d4e6fd74caa145745d6f981d691258961 Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Thu, 18 Jun 2015 13:57:48 -0400 Subject: [PATCH] Add the missing step in compiling cpputest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../../