Skip to content

Commit 370c75a

Browse files
authored
Merge pull request #23 from JuliaComputing/tan/misc
update travis config and Project.toml
2 parents 008928c + b761f33 commit 370c75a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ julia:
88
- 1.1
99
- 1.2
1010
- 1.3
11+
- 1.4
1112
- nightly
1213
matrix:
1314
allow_failures:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414
Swagger = "2d69052b-6a58-5cd9-a030-a48559c324ac"
1515

1616
[compat]
17-
HTTP = "~ 0.8"
18-
Swagger = "~ 0.2"
19-
JSON = "~ 0.21"
20-
julia = "~ 1"
17+
HTTP = "0.8"
18+
Swagger = "0.2"
19+
JSON = "0.21"
20+
julia = "1"
2121

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

0 commit comments

Comments
 (0)