Update .travis.yml
This commit is contained in:
parent
c52f8c397b
commit
201d8bcea9
|
@ -1,5 +1,12 @@
|
|||
language: julia
|
||||
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
- windows
|
||||
julia:
|
||||
- 1.4
|
||||
|
||||
beofre_script:
|
||||
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/TestOptinum.git"))'
|
||||
|
||||
|
|
Loading…
Reference in a new issue