Skip to content

Commit f8eab8e

Browse files
committed
re-enable nightly on travis and fix Project.toml
1 parent aa8d463 commit f8eab8e

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
julia:
77
- 1.0
88
- 1.1
9-
# - nightly
9+
- nightly
1010
notifications:
1111
email: false
1212
git:

Project.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
22
name = "RandomExtensions"
33
uuid = "fb686558-2515-59ef-acaa-46db3789a887"
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
7-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8-
9-
[extras]
10-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
118
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12-
13-
[targets]
14-
test = ["Test", "SparseArrays"]
9+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1510

1611
[compat]
1712
julia = "1"

0 commit comments

Comments
 (0)