fix travis test and remove unused badge member

This commit is contained in:
Serene Han 2016-02-03 21:51:25 -08:00
parent 21c38a04ce
commit 10d24accad
2 changed files with 5 additions and 18 deletions

View file

@ -1,4 +1,5 @@
window = {}
ui = {}
VERBOSE = false
VERBOSE = true if process.argv.indexOf('-v') >= 0