We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979dca2 commit 302f64aCopy full SHA for 302f64a
.travis.yml
@@ -1,18 +1,22 @@
1
language: julia
2
os:
3
- linux
4
- # - osx
5
-# branches:
6
-# except:
7
-# - 0.7
+ - windows
+ #- osx
+
8
julia:
9
- - 1.0
10
- - nightly
+ - 1.2
+ # - nightly
11
+before_script:
12
+ - git config --global user.name "GitUser"
13
+ - git config --global user.email "git@us.er"
14
15
matrix:
16
allow_failures:
17
- julia: nightly
-
18
19
notifications:
20
email:
21
on_success: never
- on_failure: always
22
+ on_failure: never
0 commit comments