Skip to content

Commit

Permalink
Remove Travis
Browse files Browse the repository at this point in the history
Summary: I moved everything over to Circle

Reviewed By: nmote

Differential Revision: D7754244

fbshipit-source-id: 7f34ef4679b990bfb33afc72975069d9b6564a27
  • Loading branch information
mroch authored and facebook-github-bot committed Apr 26, 2018
1 parent 555d8ba commit aab7913
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 204 deletions.
61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flow [![Build Status](https://circleci.com/gh/facebook/flow/tree/master.svg?style=shield)](https://circleci.com/gh/facebook/flow/tree/master) [![Travis Build Status](https://travis-ci.org/facebook/flow.svg?branch=master)](https://travis-ci.org/facebook/flow) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/thyvx6i5nixtoocm/branch/master?svg=true)](https://ci.appveyor.com/project/Facebook/flow/branch/master)
# Flow [![Build Status](https://circleci.com/gh/facebook/flow/tree/master.svg?style=shield)](https://circleci.com/gh/facebook/flow/tree/master) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/thyvx6i5nixtoocm/branch/master?svg=true)](https://ci.appveyor.com/project/Facebook/flow/branch/master)

Flow is a static typechecker for JavaScript. To find out more about Flow, check out [flow.org](https://flow.org/).

Expand Down
1 change: 0 additions & 1 deletion resources/travis/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions resources/travis/before_install.sh

This file was deleted.

41 changes: 0 additions & 41 deletions resources/travis/build.sh

This file was deleted.

81 changes: 0 additions & 81 deletions resources/travis/install_deps.sh

This file was deleted.

5 changes: 0 additions & 5 deletions resources/travis/setup_node.sh

This file was deleted.

6 changes: 0 additions & 6 deletions resources/travis/setup_opam.sh

This file was deleted.

2 changes: 1 addition & 1 deletion website/_plugins/jekyll_flowdata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate(site)
tags = site.data['flow_dot_js_versions']
site.config['flow'] ||= {}
if tags.nil? || tags.empty?
version = ENV["TRAVIS_TAG"] || "master"
version = ENV["CIRCLE_TAG"] || "master"
site.config['flow']['version'] = version
site.config['flow']['versions'] = [version]
else
Expand Down
5 changes: 2 additions & 3 deletions website/_plugins/jekyll_flowoctokit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def map_release(repo, release)

# we generate these URLs manually instead of using
# release.assets[...].browser_download_url because they may not be
# uploaded yet when generating the site; travis uploads the mac and linux
# binaries from separate workers, and the linux worker is the one that
# generates the site.
# uploaded yet when generating the site; Circle uploads the mac and linux
# binaries from separate workers.
linux_binary = "https://github.com/#{repo}/releases/download/#{tag}/flow-linux64-#{tag}.zip"
mac_binary = "https://github.com/#{repo}/releases/download/#{tag}/flow-osx-#{tag}.zip"

Expand Down

0 comments on commit aab7913

Please sign in to comment.