Skip to content

Commit 7d9e2b1

Browse files
authored
Switch to Project.toml and update Travis CI (#37)
1 parent a32295c commit 7d9e2b1

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ os:
33
- osx
44
- linux
55
julia:
6-
- 0.7
6+
- 1.0
7+
- 1
78
- nightly
89
notifications:
910
email: false

Project.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "SortingAlgorithms"
2+
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
3+
version = "0.3.1"
4+
5+
[deps]
6+
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
7+
8+
[compat]
9+
julia = "1"
10+
DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
11+
StatsBase = "0.33"
12+
13+
[extras]
14+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17+
18+
[targets]
19+
test = ["Random", "StatsBase", "Test"]

REQUIRE

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

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)