diff --git a/.travis.yml b/.travis.yml index 6fcff9f516..e4392533f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: install: - npm install script: -- "./node_modules/gulp/bin/gulp test" +- gulp test - npm test after_success: - "./create-release-tag.sh"