Skip to content

Commit 0554e4b

Browse files
committed
use project.toml
1 parent c566993 commit 0554e4b

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
julia:
66
- 1.0
77
- 1.1
8+
- 1.2
89
- nightly
910
matrix:
1011
allow_failures:

Project.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "TableView"
2+
uuid = "40c74d1a-b44c-5b06-a7c1-6cbea58ea978"
3+
4+
[deps]
5+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
6+
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
7+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
8+
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
9+
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
10+
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
11+
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
12+
13+
[compat]
14+
julia = "≥ 0.7.0"
15+
16+
[extras]
17+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18+
19+
[targets]
20+
test = ["Test"]

REQUIRE

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)