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

Commit 495c8a7

Browse files
Update .travis.yml
1 parent a04ba57 commit 495c8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sudo: required
1919

2020
# Before anything else, get the latest versions of things
2121
before_script:
22-
- julia -e 'using Pkg; Pkg.add(url="https://github.com/JuliaPackaging/BinaryProvider.jl")'
23-
- julia -e 'using Pkg; Pkg.add(url="https://github.com/JuliaPackaging/BinaryBuilder.jl"); Pkg.build()'
22+
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaPackaging/BinaryProvider.jl"))'
23+
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaPackaging/BinaryBuilder.jl")); Pkg.build()'
2424

2525
script:
2626
- julia build_tarballs.jl

0 commit comments

Comments
 (0)