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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma authored Sep 10, 2018
1 parent a04ba57 commit 495c8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 'using Pkg; Pkg.add(url="https://github.com/JuliaPackaging/BinaryProvider.jl")'
- julia -e 'using Pkg; Pkg.add(url="https://github.com/JuliaPackaging/BinaryBuilder.jl"); Pkg.build()'
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaPackaging/BinaryProvider.jl"))'
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaPackaging/BinaryBuilder.jl")); Pkg.build()'

script:
- julia build_tarballs.jl
Expand Down

0 comments on commit 495c8a7

Please sign in to comment.