Skip to content

Commit 02e78a2

Browse files
committed
travis didn't like that file.. trying another
1 parent e1ba68f commit 02e78a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: cpp
22
compiler:
33
- gcc
4-
script: cd CppUTest && make lib/libCppUTest.a && echo "Done building CppUTest" && cd .. && pwd && make vtest
4+
script: cd CppUTest && make && echo "Done building CppUTest" && cd .. && pwd && make vtest

CppUTest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Set this to @ to keep the makefile quiet
2-
SILENCE = @
2+
#SILENCE = @
33

44
#--- Inputs ----#
55
COMPONENT_NAME = CppUTest

0 commit comments

Comments
 (0)