diff --git a/.travis.yml b/.travis.yml index d71220742..620879811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,9 @@ before_install: install: - npm install - bower install +after_install: +- npm ls after_script: - cat test/compiler/_compiled/currency.compiled.js +- cat node_modules/globalize-compiler/package.json +- cat node_modules/globalize-compiler/lib/compile.js