Skip to content

Commit 98a0e46

Browse files
committed
Patch notes: Fixed travis + documentation build
1 parent c0531c7 commit 98a0e46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: julia
22

33
os:
44
- linux
5-
# - osx
5+
- osx
66

77
branches:
88
only:
@@ -13,7 +13,7 @@ addons:
1313
update: true
1414

1515
julia:
16-
# - 1.0
16+
- 1.0
1717
- 1.1
1818
# - nightly
1919

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableSparse"
22
uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
33
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

0 commit comments

Comments
 (0)