We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0c070 commit 844bb44Copy full SHA for 844bb44
.travis.yml
@@ -5,27 +5,30 @@ os:
5
- osx
6
julia:
7
- 1.0
8
- - 1.1
9
- - 1.2
10
- - 1.3
11
- 1.4
12
- nightly
13
notifications:
14
email: false
15
git:
16
depth: 99999999
+codecov: true
+coveralls: true
+env:
17
+ - JULIA_NUM_THREADS=1
18
+ - JULIA_NUM_THREADS=3
19
20
# uncomment the following lines to allow failures on nightly julia
21
# (tests will run but not make your overall status red)
22
matrix:
23
allow_failures:
24
- julia: nightly
25
26
+
27
# uncomment following lines to deploy documentation
28
jobs:
29
include:
30
- stage: "Documentation"
- julia: 1.3
31
+ julia: 1.4
32
os: linux
33
script:
34
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
0 commit comments