diff --git a/.travis.yml b/.travis.yml index 1068ae71..58f85360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ before_script: - "sh -e /etc/init.d/xvfb start" - sleep 5 script: -- grunt -- npm run test:unit - npm run test:e2e +- npm run test:unit +- grunt after_script: - npm list cache: