Skip to content

Commit 302f64a

Browse files
authored
move windows build to travis
1 parent 979dca2 commit 302f64a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.travis.yml

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
language: julia
22
os:
33
- linux
4-
# - osx
5-
# branches:
6-
# except:
7-
# - 0.7
4+
- windows
5+
#- osx
6+
87
julia:
9-
- 1.0
10-
- nightly
8+
- 1.2
9+
# - nightly
10+
11+
before_script:
12+
- git config --global user.name "GitUser"
13+
- git config --global user.email "git@us.er"
14+
1115
matrix:
1216
allow_failures:
1317
- julia: nightly
14-
18+
1519
notifications:
1620
email:
1721
on_success: never
18-
on_failure: always
22+
on_failure: never

0 commit comments

Comments
 (0)