File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,38 @@ notifications:
5
5
6
6
jobs :
7
7
allow_failures :
8
- - env : TRAVIS_JULIA_VERSION=nightly
8
+ - julia : 1.0
9
+ - julia : 1.1
10
+ - julia : 1.2
11
+ - julia : nightly
9
12
- os : osx
10
13
- os : windows
11
14
include :
12
15
# ##### Tests
16
+ # ## Julia 1.0
17
+ - stage : " Unit tests"
18
+ name : " Unit tests (Julia 1.3) (Linux)"
19
+ julia : 1.0
20
+ os : linux
21
+ script :
22
+ - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
23
+
24
+ # ## Julia 1.1
25
+ - stage : " Unit tests"
26
+ name : " Unit tests (Julia 1.3) (Linux)"
27
+ julia : 1.1
28
+ os : linux
29
+ script :
30
+ - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
31
+
32
+ # ## Julia 1.2
33
+ - stage : " Unit tests"
34
+ name : " Unit tests (Julia 1.2) (Linux)"
35
+ julia : 1.2
36
+ os : linux
37
+ script :
38
+ - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
39
+
13
40
# ## Julia 1.3
14
41
- stage : " Unit tests"
15
42
name : " Unit tests (Julia 1.3) (Linux)"
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ uuid = "5134c85a-a9db-11e9-340f-8514dff59a31"
3
3
authors = [" Will Shand <wish5031@colorado.edu>" ]
4
4
version = " 0.0.1"
5
5
6
+ [compat ]
7
+ Distributions = " 0.22"
8
+ Documenter = " 0.24"
9
+ FFTW = " 1.2"
10
+ julia = " 1.3"
11
+ QuadGK = " 2.3"
12
+
6
13
[deps ]
7
14
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
8
15
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
You can’t perform that action at this time.
0 commit comments