diff --git a/.travis.yml b/.travis.yml index 36e17e7a..2f0caa96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,5 +99,5 @@ script: - if [ -n "$BENCH" ] ; then npm install microtime; fi - if [ -n "$BENCH" ] ; then npm run benchmark; fi after_success: - - if [ -n "$BENCH" ] npm i nyc -g - - if [ -n "$BENCH" ] npm run coveralls \ No newline at end of file + - if [ -n "$BENCH" ] ; then npm i nyc -g; fi + - if [ -n "$BENCH" ] ; then npm run coveralls; fi \ No newline at end of file