diff --git a/.travis.yml b/.travis.yml index 5dd12b2f0e..c8b9d5055a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - sh -e /etc/init.d/xvfb start install: - - yarn run setup + - npm run setup node_js: - "7" @@ -24,4 +24,4 @@ node_js: sudo: false script: - - yarn run test + - npm run test