From 86a597786af70f2b8715ac4a929625a638df45c8 Mon Sep 17 00:00:00 2001 From: richardreeve Date: Tue, 31 Oct 2023 00:41:45 +0000 Subject: [PATCH] Create new project file --- .gitignore | 1 + .travis.yml | 19 ------------------- Project.toml | 21 +++++++++++++++++++++ REQUIRE | 3 --- 4 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 .travis.yml create mode 100644 Project.toml delete mode 100644 REQUIRE diff --git a/.gitignore b/.gitignore index 381e0b6..e5920bc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.jl.*.cov *.jl.mem deps/deps.jl +/Manifest.toml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fe207e0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -## Documentation: http://docs.travis-ci.com/user/languages/julia/ -language: julia -os: - - linux - - osx -julia: - - 1.0 - - nightly -notifications: - email: mkborregaard@snm.ku.dk -git: - depth: 99999999 - -matrix: - allow_failures: - - julia: nightly - -script: - - julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("RandomBooleanMatrices"); Pkg.test("RandomBooleanMatrices")' diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..793d3b3 --- /dev/null +++ b/Project.toml @@ -0,0 +1,21 @@ +name = "RandomBooleanMatrices" +uuid = "9ae346a0-3d16-5633-ad70-ddb60ab77eac" +license = "MIT" +authors = ["mkborregaard