Skip to content

Commit

Permalink
Merge pull request #30 from desktop/bump-git-lfs
Browse files Browse the repository at this point in the history
bump git-lfs to 2.0.1
  • Loading branch information
shiftkey authored Mar 20, 2017
2 parents 09ef25d + 1ecea31 commit 1368709
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ matrix:
language: c
env:
- PLATFORM=ubuntu
- GIT_LFS_URL=https://github.com/git-lfs/git-lfs/releases/download/v2.0.0/git-lfs-linux-amd64-2.0.0.tar.gz
- GIT_LFS_CHECKSUM=4026991309d42979018c8e784630f07b46fd1a3717b668d2caf303f48135fca1
- GIT_LFS_URL=https://github.com/git-lfs/git-lfs/releases/download/v2.0.1/git-lfs-linux-amd64-2.0.1.tar.gz
- GIT_LFS_CHECKSUM=e464aa3e13fe47190827960443f1060a814793594a966839c55aa2bbaaf7f752

- os: osx
language: c
env:
- PLATFORM=macOS
- GIT_LFS_URL=https://github.com/git-lfs/git-lfs/releases/download/v2.0.0/git-lfs-darwin-amd64-2.0.0.tar.gz
- GIT_LFS_CHECKSUM=fde18661baef286f0a942adf541527282cf8cd87b955690e10b60b621f9b1671
- GIT_LFS_URL=https://github.com/git-lfs/git-lfs/releases/download/v2.0.1/git-lfs-darwin-amd64-2.0.1.tar.gz
- GIT_LFS_CHECKSUM=db2af8310cea17d02b75fe084aac6bb715a2511eaa72c1b97dae7f101692abd7

- os: linux
language: c
env:
- PLATFORM=win32
- GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.12.0.windows.1/MinGit-2.12.0-64-bit.zip
- GIT_FOR_WINDOWS_CHECKSUM=6238f65c4d8412b993cb092efde4954f8cb7da4def54d0c1533835f00e83fdad
- GIT_LFS_URL=https://github.com/git-lfs/git-lfs/releases/download/v2.0.0/git-lfs-windows-amd64-2.0.0.zip
- GIT_LFS_CHECKSUM=88747aa174a748b5a9559d5bc5845cb7ed60dfc240b32b3e4f230c52692a7f6b
- GIT_LFS_URL=https://github.com/git-lfs/git-lfs/releases/download/v2.0.1/git-lfs-windows-amd64-2.0.1.zip
- GIT_LFS_CHECKSUM=83d9283250b96034628e380271f0e6360aa6cabdb637acb145fb4c360aafe53a

compiler:
- gcc
Expand Down

0 comments on commit 1368709

Please sign in to comment.