File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ addons:
1919script :
2020 - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
2121 - if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
22- - $TESTCMD -e 'using Pkg; Pkg.build(verbose=true); Pkg.test(coverage=true)'
22+ - travis_wait 30 $TESTCMD -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
23+
2324after_success :
2425 - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44
55[deps ]
66Gtk = " 4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
7+ Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
78
89[compat ]
9- julia = " 1.0"
1010Gtk = " 0.17.0, 1.0"
11+ julia = " 1.0"
1112
1213[extras ]
1314Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1415
1516[targets ]
16- test = [" Test" ]
17+ test = [" Test" ]
You can’t perform that action at this time.
0 commit comments