Skip to content

Commit

Permalink
Merge pull request #54 from daschw/project
Browse files Browse the repository at this point in the history
switch to Project.toml
  • Loading branch information
daschw authored Jun 12, 2019
2 parents fcb1643 + 39fa2e3 commit f37b583
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions RecipesBase/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
8 changes: 4 additions & 4 deletions RecipesBase/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ os:
- linux
- osx
julia:
- 0.7
- 1.1
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("RecipesBase"); Pkg.test("RecipesBase"; coverage=true)'
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("RecipesBase"); Pkg.test("RecipesBase"; coverage=true)'
14 changes: 14 additions & 0 deletions RecipesBase/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "RecipesBase"
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
author = ["Tom Breloff (@tbreloff)"]
version = "0.7.0"

[compat]
julia = "≥ 1.0.0"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random"]
1 change: 0 additions & 1 deletion RecipesBase/REQUIRE

This file was deleted.

2 changes: 1 addition & 1 deletion RecipesBase/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.1
- julia_version: latest

platform:
Expand Down

0 comments on commit f37b583

Please sign in to comment.