Skip to content

Commit 59773eb

Browse files
author
Andy Ferris
authored
Merge pull request #50 from oschulz/julia12-ci
Also test on Julia v1.2, switch from REQUIRE to Project.toml, increase version
2 parents 97fd36e + 5164965 commit 59773eb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- osx
66
julia:
77
- 1.0
8+
- 1.2
89
- nightly
910
notifications:
1011
email: false

Project.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
authors = ["Andy Ferris <[email protected]>"]
22
name = "TypedTables"
33
uuid = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
4-
version = "1.0.0"
4+
version = "1.2.0"
55

66
[deps]
77
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
88
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
99
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
1010

11+
[compat]
12+
julia = "1"
13+
1114
[extras]
1215
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1316

REQUIRE

-3
This file was deleted.

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4+
- julia_version: 1.2
45
- julia_version: nightly
56

67
platform:

0 commit comments

Comments
 (0)