Only exclude from Travis

This commit is contained in:
Bruce Eckel 2017-05-13 17:55:12 -06:00
parent 895e4abb86
commit 0213d3e686

View File

@ -4,7 +4,7 @@
// Visit http://OnJava8.com for more book information.
// Demonstration of Observer pattern using
// Java's built-in observer classes
// !!!! CI servers have problems
// {ExcludeFromTravisCI}
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;