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

Commit

Permalink
update to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jan 31, 2019
1 parent 8f01b6f commit 6785e79
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 @@ -2,7 +2,7 @@ language: julia
os:
- linux
julia:
- 0.6
- 1.0
notifications:
email: false
git:
Expand All @@ -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 'import Pkg; Pkg.add(Pkg.PackageSpec(url="https://github.com/JuliaPackaging/BinaryBuilder.jl", rev="master"))'
- julia -e 'import Pkg; Pkg.add("BinaryProvider")'

script:
- julia build_tarballs.jl
Expand Down

0 comments on commit 6785e79

Please sign in to comment.