You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,16 @@ git:
13
13
14
14
## uncomment the following lines to allow failures on nightly julia
15
15
## (tests will run but not make your overall status red)
16
-
matrix:
17
-
allow_failures:
18
-
- julia: nightly
16
+
#matrix:
17
+
# allow_failures:
18
+
# - julia: nightly
19
19
20
20
# uncomment the following lines to override the default test script
21
21
script:
22
22
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23
-
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); x="Unicode_Entities" ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); end ; Pkg.build(x) ; Pkg.test(x; coverage=true)'
23
+
- julia -e 'x="Unicode_Entities" ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); else; Pkg.up(); end ; Pkg.build(x) ; Pkg.test(x; coverage=true)'
24
24
after_success:
25
25
# push coverage results to Coveralls
26
-
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
26
+
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
27
27
# push coverage results to Codecov
28
-
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
28
+
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments