Skip to content

Commit afe1718

Browse files
authored
Update travis deployment script
Closes #374
1 parent a6729ca commit afe1718

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wizard/deploy.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function print_travis_file(io::IO, state::WizardState)
8080
os:
8181
- linux
8282
julia:
83-
- 0.6
83+
- 1.0
8484
notifications:
8585
email: false
8686
git:
@@ -97,8 +97,7 @@ function print_travis_file(io::IO, state::WizardState)
9797
9898
# Before anything else, get the latest versions of things
9999
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()'
100+
- julia -e 'using Pkg; pkg"add BinaryProvider"; pkg"add BinaryBuilder#master"; Pkg.build()'
102101
103102
script:
104103
- julia build_tarballs.jl

0 commit comments

Comments
 (0)