Skip to content

Commit 844bb44

Browse files
add multiple threads in travis
1 parent 4d0c070 commit 844bb44

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,30 @@ os:
55
- osx
66
julia:
77
- 1.0
8-
- 1.1
9-
- 1.2
10-
- 1.3
118
- 1.4
129
- nightly
1310
notifications:
1411
email: false
1512
git:
1613
depth: 99999999
14+
codecov: true
15+
coveralls: true
16+
env:
17+
- JULIA_NUM_THREADS=1
18+
- JULIA_NUM_THREADS=3
1719

1820
# uncomment the following lines to allow failures on nightly julia
1921
# (tests will run but not make your overall status red)
2022
matrix:
2123
allow_failures:
2224
- julia: nightly
2325

26+
2427
# uncomment following lines to deploy documentation
2528
jobs:
2629
include:
2730
- stage: "Documentation"
28-
julia: 1.3
31+
julia: 1.4
2932
os: linux
3033
script:
3134
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

0 commit comments

Comments
 (0)