File size: 327 Bytes
bed9614
 
 
 
bdc71b3
6b65e2e
bdc71b3
bed9614
 
 
 
3abb4b0
bed9614
bdc71b3
 
 
 
bed9614
bdc71b3
bed9614
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: julia
os: linux
dist: bionic

julia:
    - 1

addons:
    apt:
        packages:
            - python3-pip
            - python3-setuptools


before_script:
    - export PATH=$HOME/.local/bin:$PATH

script:
    - julia --color=yes -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'
    - ./test/travis.sh