We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6729ca commit afe1718Copy full SHA for afe1718
src/wizard/deploy.jl
@@ -80,7 +80,7 @@ function print_travis_file(io::IO, state::WizardState)
80
os:
81
- linux
82
julia:
83
- - 0.6
+ - 1.0
84
notifications:
85
email: false
86
git:
@@ -97,8 +97,7 @@ function print_travis_file(io::IO, state::WizardState)
97
98
# Before anything else, get the latest versions of things
99
before_script:
100
- - julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryProvider.jl")'
101
- - julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryBuilder.jl"); Pkg.build()'
+ - julia -e 'using Pkg; pkg"add BinaryProvider"; pkg"add BinaryBuilder#master"; Pkg.build()'
102
103
script:
104
- julia build_tarballs.jl
0 commit comments