This repository was archived by the owner on Sep 2, 2022. It is now read-only.
File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
cache : bundler
3
- after_success :
4
- - ' [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && curl -v -X DELETE -u $GITHUB_USER:$GITHUB_PASSWORD
5
- "https://api.github.com/repos/$TRAVIS_REPO_SLUG/git/refs/tags/CURRENT"'
6
- - ' [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && curl -v -X POST -d '' {"ref":"refs/tags/CURRENT","sha":"'' $TRAVIS_COMMIT'' "}''
7
- --header "Content-Type:application/json" -u $GITHUB_USER:$GITHUB_PASSWORD "https://api.github.com/repos/$TRAVIS_REPO_SLUG/git/refs"'
8
3
env :
9
4
global :
10
5
- RAILS_ENV=test
17
12
language : ruby
18
13
rvm :
19
14
- 2.1.4
20
- notifications :
21
- irc :
22
- channels :
23
- - " irc.freenode.net#theodi"
24
- template :
25
- - " %{repository} %{branch} - %{message} %{build_url}"
26
- on_success : change
27
- on_failure : always
28
- deploy :
29
- provider : heroku
30
- api_key :
31
- secure : ee3jSrBVMbeyZgGdjUXtO9EEKpyNKTpUPhDfAA3VTeuSBTfSudj8K5oDCdISx4GmvPQqCSatGKnrvXMrde9ldwc+QqidS4ruXmrlr2yBhk6rPHKdNeF2FX6xvBn13A/ckQeeE7xJSIyzO5aR+xsM3SL+jFmnaoRwa9sdlBSgC8w=
32
- run : " rake db:migrate"
33
- app : forkbomb
34
- on :
35
- repo : theodi/forkbomb
36
- branches :
37
- except :
38
- - CURRENT
You can’t perform that action at this time.
0 commit comments