Skip to content

Commit

Permalink
Merge pull request #125 from rfourquet/rf/add-SLPs
Browse files Browse the repository at this point in the history
import StraightLinePrograms package
  • Loading branch information
fieker committed Jul 9, 2020
2 parents 4308547 + a5ef5ea commit 10bc957
Show file tree
Hide file tree
Showing 17 changed files with 4,333 additions and 1 deletion.
16 changes: 16 additions & 0 deletions StraightLinePrograms/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
# - 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- nightly
notifications:
email: false
git:
depth: 99999999
12 changes: 12 additions & 0 deletions StraightLinePrograms/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = "StraightLinePrograms"
uuid = "42eed0b5-a112-4d56-a5b1-e566078f5bf3"
authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
version = "0.1.0"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
AbstractAlgebra = "^0.9.1"
Loading

0 comments on commit 10bc957

Please sign in to comment.