Skip to content

Commit

Permalink
Merge 004fc16 into 1795d70
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Dec 11, 2019
2 parents 1795d70 + 004fc16 commit 9e8edee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
julia:
- 0.7
- 1.0
- 1.3
- nightly
notifications:
email: false
Expand All @@ -18,8 +19,4 @@ matrix:
allow_failures:
- julia: nightly

# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'import Pkg; Pkg.add(Pkg.PackageSpec(path=pwd())); Pkg.build("Cosmology"); Pkg.test("Cosmology"; coverage=true)'
after_success:
- julia -e 'import Pkg; cd(Pkg.dir("Cosmology")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
coveralls: true
15 changes: 15 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name = "Cosmology"
uuid = "76746363-e552-5dba-9a5a-cef6fa9cc5ab"
version = "1.0.0"

[deps]
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"

[compat]
QuadGK = "0.1.1, 0.2, 0.3, 2"
Unitful = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
UnitfulAstro = "0.1.1, 0.2, 0.3, 0.4"
julia = "0.7.0, 1"
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: 1.3
- julia_version: nightly

platform:
Expand Down

0 comments on commit 9e8edee

Please sign in to comment.