Skip to content

Commit

Permalink
stop TOML testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Aug 27, 2020
1 parent 81bebd2 commit 29fdcf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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

0 comments on commit 29fdcf5

Please sign in to comment.