Skip to content

Commit

Permalink
Project.toml
Browse files Browse the repository at this point in the history
Update README.md
Update .travis.yml
Create Project.toml
  • Loading branch information
aminya committed Aug 15, 2019
1 parent d2c9487 commit ff6595f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
language: julia
os:
- linux
- osx
- windows
julia:
- 0.6
- 1.0
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
# uncomment the following lines to override the default test script
email: falseript
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e '
Pkg.clone("https://github.com/JuliaComputing/Deprecations.jl");
Pkg.clone("https://github.com/aminya/Deprecations.jl");
Pkg.clone(pwd()); Pkg.build("FemtoCleaner");
Pkg.checkout("AbstractTrees");
import JSON;
Expand Down
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "FemtoCleaner"
uuid = "9af2f830-beea-11e9-1088-b32cf2144e57"
authors = ["aminya <aminyahyaabadi74@gmail.com>"]
version = "0.1.0"

[compat]
julia = "1"

[deps]
Deprecations="687c44b0-beea-11e9-3666-0b52fd97bbca"
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
GitHub="bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
Revise="295af30f-e4ad-537b-8983-00126c2a3abe"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# FemtoCleaner
This pull request is under development for Julia 1.0. Use https://github.com/aminya/FemtoCleaner.jl for running locally on Julia 0.6.4


<p align="center"><img src="https://media.giphy.com/media/uVOTDhb5O5nW0/giphy.gif" alt="serious femtocleaning"></p>

Expand Down

0 comments on commit ff6595f

Please sign in to comment.