File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - 0.6
8
- - 0.7
9
7
- 1.0
8
+ - 1.1
10
9
- nightly
11
10
notifications :
12
11
email : false
20
19
# - julia: nightly
21
20
22
21
# uncomment the following lines to override the default test script
23
- # script:
24
22
25
23
after_success :
26
24
# push coverage results to Coveralls & Codecov
27
- - julia -e 'VERSION < v"0.7.0-DEV" || ( using Pkg) ; cd(Pkg.dir("LaTeX_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
25
+ - julia -e 'using Pkg; cd(Pkg.dir("LaTeX_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ keywords = ["Entities", "LaTeX"]
4
4
license = " MIT"
5
5
name = " LaTeX_Entities"
6
6
uuid = " 9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
7
- version = " 0.2.7 "
7
+ version = " 0.3.0 "
8
8
9
9
[deps ]
10
10
StrTables = " 9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Original file line number Diff line number Diff line change 1
- julia 0.6 2-
2
- StrTables 0.2.6
1
+ julia 1 2-
2
+ StrTables 0.3.0
3
3
LightXML
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 0.6
4
- - julia_version : 0.7
5
3
- julia_version : 1.0
4
+ - julia_version : 1.1
6
5
- julia_version : latest
7
6
8
7
platform :
@@ -13,7 +12,6 @@ platform:
13
12
# # (tests will run but not make your overall status red)
14
13
matrix :
15
14
allow_failures :
16
- - julia_version : 1.0
17
15
- julia_version : latest
18
16
19
17
branches :
You can’t perform that action at this time.
0 commit comments