Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit fed254f

Browse files
authored
Remove old style travis deploys
1 parent 43c58c1 commit fed254f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.travis.yml

-24
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
sudo: false
22
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"'
83
env:
94
global:
105
- RAILS_ENV=test
@@ -17,22 +12,3 @@ env:
1712
language: ruby
1813
rvm:
1914
- 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

0 commit comments

Comments
 (0)