uncomment restriction to branches or tags

This commit is contained in:
James Lopez
2016-02-03 17:43:26 +01:00
parent 5fe354ef83
commit 70f82cc5ac
+3 -3
View File
@@ -185,6 +185,6 @@ notify:slack:
script:
- bundle exec rake ci:slack:error["#ci-test","Build failed for master/tags"]
when: on_failure
# only:
# - master
# - tags
only:
- master
- tags