Skip to content

Commit

Permalink
* spoiler should be updated only from master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Nov 2, 2015
1 parent 4171493 commit 7871c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
script:
- sudo docker run --privileged --name qr -t quine-relay
after_success:
- sh .travis.yml
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && sh .travis.yml
env:
global:
secure: NGDakAqRZgGJwEJTlXenhoXcq9ulf0X0fjnC+oF+ktTXCRpdbQd8+faxIW5DR26qF5OMWPqsLtUv8HtQyv5P5gVNs41hXygmNU1R9TOMpw64FjXtkD1HNf0D4jE2STuUU2xB+sCifeb9z6SvMpcy6ZswBlhAVnV+5dboNZL0Ww0=
Expand Down
2 changes: 1 addition & 1 deletion src/dot.travis.yml.gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
yaml["before_install"] = ["sudo docker build -t quine-relay ."]
yaml["script"] = ["sudo docker run --privileged --name qr -t quine-relay"]
yaml["after_success"] = [
"sh .travis.yml"
'test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && sh .travis.yml'
]
yaml["env"] = {
"global" => {
Expand Down

0 comments on commit 7871c95

Please sign in to comment.