Skip to content

Commit ff6595f

Browse files
committed
Project.toml
Update README.md Update .travis.yml Create Project.toml
1 parent d2c9487 commit ff6595f

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
language: julia
33
os:
44
- linux
5+
- osx
6+
- windows
57
julia:
6-
- 0.6
8+
- 1.0
9+
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
13+
fast_finish: true
714
notifications:
8-
email: false
9-
# uncomment the following lines to override the default test script
15+
email: falseript
1016
script:
1117
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1218
- julia -e '
13-
Pkg.clone("https://github.com/JuliaComputing/Deprecations.jl");
19+
Pkg.clone("https://github.com/aminya/Deprecations.jl");
1420
Pkg.clone(pwd()); Pkg.build("FemtoCleaner");
1521
Pkg.checkout("AbstractTrees");
1622
import JSON;

Project.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "FemtoCleaner"
2+
uuid = "9af2f830-beea-11e9-1088-b32cf2144e57"
3+
authors = ["aminya <[email protected]>"]
4+
version = "0.1.0"
5+
6+
[compat]
7+
julia = "1"
8+
9+
[deps]
10+
Deprecations="687c44b0-beea-11e9-3666-0b52fd97bbca"
11+
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
12+
GitHub="bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
13+
Revise="295af30f-e4ad-537b-8983-00126c2a3abe"
14+
15+
[extras]
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17+
18+
[targets]
19+
test = ["Test"]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# FemtoCleaner
2+
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
3+
24

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

0 commit comments

Comments
 (0)