Skip to content

Commit bbca322

Browse files
update CI to 1.3
1 parent db74927 commit bbca322

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
language: julia
33
os:
44
- linux
5-
- osx
65
julia:
7-
- 1.0
8-
- nightly
9-
matrix:
10-
allow_failures:
11-
- julia: nightly
6+
- 1
7+
#matrix:
8+
# allow_failures:
9+
# - julia: nightly
1210
notifications:
1311
email: false
1412
# uncomment the following lines to override the default test script

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
43
- julia_version: 1
5-
- julia_version: nightly
64

75
platform:
86
- x86 # 32-bit

0 commit comments

Comments
 (0)