Skip to content

Commit

Permalink
Merge pull request #50 from oschulz/julia12-ci
Browse files Browse the repository at this point in the history
Also test on Julia v1.2, switch from REQUIRE to Project.toml, increase version
  • Loading branch information
Andy Ferris authored Jun 3, 2019
2 parents 97fd36e + 5164965 commit 59773eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
- osx
julia:
- 1.0
- 1.2
- nightly
notifications:
email: false
Expand Down
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
authors = ["Andy Ferris <[email protected]>"]
name = "TypedTables"
uuid = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
version = "1.0.0"
version = "1.2.0"

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

[compat]
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
3 changes: 0 additions & 3 deletions REQUIRE

This file was deleted.

1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.2
- julia_version: nightly

platform:
Expand Down

0 comments on commit 59773eb

Please sign in to comment.