diff --git a/.travis.yml b/.travis.yml index d1f4bfd2c..5b60e968e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ jobs: - stage: build on: branch: master + tags: true script: - gulp -f devSetup.gulpfile.js - gulp packages @@ -49,4 +50,5 @@ jobs: script: gulp deployOnly skip_cleanup: true on: + tags: true branch: master \ No newline at end of file