Skip to content

Commit

Permalink
Merge pull request #270 from JuliaIO/jb/toml
Browse files Browse the repository at this point in the history
replace REQUIRE with Project.toml
  • Loading branch information
JeffBezanson authored Jan 8, 2020
2 parents e447ea0 + 8c6c155 commit e1ca2c1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addons:
- hdf5
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.develop(PackageSpec(url="https://github.com/JuliaIO/JLDArchives.jl.git"))'
- julia -e 'using Pkg; Pkg.develop(PackageSpec(url="https://github.com/JuliaIO/JLDArchives.jl.git"))'
- julia -e 'using Pkg; Pkg.test("JLD",coverage=true); Pkg.test("JLDArchives",coverage=true)'
after_success:
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'using Pkg; cd(Pkg.dir("JLD")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'; fi
20 changes: 20 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "JLD"
uuid = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
version = "0.9.1"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LegacyStrings = "1b4a561d-cfcb-5daf-8433-43fcf8b4bea3"

[compat]
julia = "0.7, 1"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"

[targets]
test = ["DataFrames", "Random", "Profile"]
5 changes: 0 additions & 5 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit e1ca2c1

Please sign in to comment.