We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b7edd commit eef8196Copy full SHA for eef8196
1 file changed
.travis.yml
@@ -2,22 +2,22 @@
2
language: julia
3
os:
4
- linux
5
- # - osx
+ - osx
6
julia:
7
- 0.7
8
- 1.0
9
- # - nightly
+ - nightly
10
notifications:
11
email: false
12
13
-# matrix:
14
-# allow_failures:
15
-# - julia: nightly
16
-#
17
-# env:
18
19
-# - JULIA_NUM_THREADS=1
20
-# - JULIA_NUM_THREADS=4
+matrix:
+ allow_failures:
+ - julia: nightly
+
+env:
+ matrix:
+ - JULIA_NUM_THREADS=1
+ - JULIA_NUM_THREADS=4
21
#
22
## uncomment the following lines to override the default test script
23
0 commit comments