Skip to content

Commit

Permalink
Adding Project.toml and removing REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius committed Sep 10, 2019
1 parent 31ca368 commit 0e27296
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
@@ -1,11 +1,16 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia

os:
- linux

- linux
julia:
- 1.0
- nightly

- 1.0
- 1.2
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
after_success:
- julia -e 'cd(Pkg.dir("Materials")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
13 changes: 7 additions & 6 deletions Project_.toml → Project.toml
@@ -1,18 +1,19 @@
authors = ["ahojukka5 <ahojukka5@gmail.com>", "jvaara <joona_vaara@hotmail.com>"]
name = "Materials"
uuid = "35fa313e-aa48-52ea-bc82-ddb91c7db87b"
version = "0.1.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"

[compat]
julia = "≥ 1.0.0"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[targets]
test = ["DelimitedFiles", "Test", "Pkg"]
test = ["DelimitedFiles", "Test"]
5 changes: 0 additions & 5 deletions REQUIRE

This file was deleted.

0 comments on commit 0e27296

Please sign in to comment.