Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Rebuild the old binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Sep 12, 2018
1 parent a7471e8 commit bcc011a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sudo: required

# Before anything else, get the latest versions of things
before_script:
- julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryProvider.jl")'
- julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryBuilder.jl"); Pkg.build()'
- julia -e 'Pkg.add("BinaryProvider"); Pkg.pin("BinaryProvider", v"0.2.8")'
- julia -e 'Pkg.add("BinaryBuilder"); Pkg.pin("BinaryBuilder", v"0.0.2"); Pkg.build()'

script:
- julia build_tarballs.jl
Expand All @@ -32,5 +32,5 @@ deploy:
file: products/*
skip_cleanup: true
on:
repo: Gnimuc/FreeTypeBuilder
repo: JuliaGraphics/FreeTypeBuilder
tags: true

0 comments on commit bcc011a

Please sign in to comment.