Skip to content

Commit

Permalink
WIP: use the stdlib version of TOML (#1984)
Browse files Browse the repository at this point in the history
* use the stdlib version of TOML

* stop TOML testing
  • Loading branch information
KristofferC authored Aug 27, 2020
1 parent 0ec6ee5 commit 2787ef4
Show file tree
Hide file tree
Showing 27 changed files with 76 additions and 1,954 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ jobs:
- julia --project -e 'using Pkg; Pkg.activate("docs"); Pkg.instantiate(); Pkg.develop(PackageSpec(path = pwd()))'
- julia --project=docs --color=yes docs/make.jl pdf
after_success: skip
- name: TOML (Julia 1.3)
stage: test
os: linux
julia: 1.3
script:
- julia --project=ext/TOML -e 'using Pkg; Pkg.test()'
after_success: skip
- name: TOML (Julia nightly)
stage: test
os: linux
julia: nightly
script:
- julia --project=ext/TOML -e 'using Pkg; Pkg.test()'
after_success: skip

after_success:
- julia --project=test/coverage -e 'using Pkg; Pkg.instantiate();
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[extras]
Expand Down
3 changes: 0 additions & 3 deletions ext/TOML/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions ext/TOML/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions ext/TOML/LICENSE.md

This file was deleted.

12 changes: 0 additions & 12 deletions ext/TOML/Project.toml

This file was deleted.

37 changes: 0 additions & 37 deletions ext/TOML/README.md

This file was deleted.

1 change: 0 additions & 1 deletion ext/TOML/REQUIRE

This file was deleted.

33 changes: 0 additions & 33 deletions ext/TOML/appveyor.yml

This file was deleted.

52 changes: 0 additions & 52 deletions ext/TOML/src/TOML.jl

This file was deleted.

Loading

0 comments on commit 2787ef4

Please sign in to comment.