Skip to content

Commit b6c2c31

Browse files
committed
Rename Project.toml to *.save
1 parent 9460f9b commit b6c2c31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ git:
1818
# - julia: nightly
1919

2020
# uncomment the following lines to override the default test script
21-
script:
22-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
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)'
21+
#script:
22+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
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)'
2424
after_success:
2525
# push coverage results to Coveralls
2626
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
File renamed without changes.

0 commit comments

Comments
 (0)