Skip to content

Commit

Permalink
Merge pull request #51 from TIBCOSoftware/issue-48/fix-tests
Browse files Browse the repository at this point in the history
Issue 48/fix tests
  • Loading branch information
torresashjian authored Apr 26, 2019
2 parents 7bcff36 + 8155739 commit 20fe704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@
- "1.11"
script:
- make depend
- make
notifications:
email:
recipients:
- [email protected]
#- [email protected]
#- [email protected]
on_success: never # default: change
on_failure: always # default: always
- make
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildtype: install
@$(SCRIPTS_PATH)/buildtype.sh

.PHONY: test_all
all: dovetail-tests hyperledger-fabric-tests corda-tests
test_all: dovetail-tests hyperledger-fabric-tests corda-tests

.PHONY: dovetail-tests
dovetail-tests:
Expand Down

0 comments on commit 20fe704

Please sign in to comment.