Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
Use stable version of CppUTest
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinealb committed Aug 4, 2014
1 parent c8198f9 commit 6701621
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ compiler:

before_install:
- sudo pip install pyaml jinja2
- git clone https://github.com/cpputest/cpputest ../cpputest
- pushd ../cpputest
- autoreconf
- pushd ..
- wget "https://github.com/cpputest/cpputest.github.io/blob/master/releases/cpputest-3.6.tar.gz?raw=true" -O cpputest.tar.gz
- tar -xzf cpputest.tar.gz
- cd cpputest-3.6/
- ./configure
- make
- sudo make install
Expand Down

0 comments on commit 6701621

Please sign in to comment.