Skip to content

Commit

Permalink
need Warning handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Jul 3, 2013
1 parent ce04b9c commit 891519a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/travisCI.st
Expand Up @@ -8,10 +8,14 @@ gitPath := (Smalltalk at: #'FileDirectory' ifAbsent: [ ])
ifNotNil: [:fileDirectoryClass | (fileDirectoryClass default directoryNamed: gitCache ) fullName].

"Load Zinc... "
[
Metacello new
baseline: 'ZincHTTPComponents';
repository: 'filetree://', gitPath, '/zinc/repository';
load: #('Tests' 'Core').
] on: Warning do: [:ex |
Transcript cr; show: 'WARNING: ', ex description.
ex resume: true ].

"Run the Zinc tests"
TravisCIHarness
Expand Down

0 comments on commit 891519a

Please sign in to comment.