Skip to content

Commit eef8196

Browse files
committed
reenable all travis tests
1 parent 83b7edd commit eef8196

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
language: julia
33
os:
44
- linux
5-
# - osx
5+
- osx
66
julia:
77
- 0.7
88
- 1.0
9-
# - nightly
9+
- nightly
1010
notifications:
1111
email: false
1212

13-
# matrix:
14-
# allow_failures:
15-
# - julia: nightly
16-
#
17-
# env:
18-
# matrix:
19-
# - JULIA_NUM_THREADS=1
20-
# - JULIA_NUM_THREADS=4
13+
matrix:
14+
allow_failures:
15+
- julia: nightly
16+
17+
env:
18+
matrix:
19+
- JULIA_NUM_THREADS=1
20+
- JULIA_NUM_THREADS=4
2121
#
2222
## uncomment the following lines to override the default test script
2323

0 commit comments

Comments
 (0)