File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 44 - linux
55 - osx
66julia :
7- - 0.7
8- - 1.0
7+ - 1.3
98 - nightly
109matrix :
1110 allow_failures :
@@ -17,17 +16,9 @@ addons:
1716 packages :
1817 - xvfb
1918 - xauth
20- - libgtk-3-dev
2119script :
22- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23- - if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
24- - $TESTCMD -e 'using Pkg;
25- Pkg.add(PackageSpec(url="https://github.com/jonathanBieler/GtkExtensions.jl.git", rev="master"));
26- Pkg.clone(pwd());
27- Pkg.build("GtkMarkdownTextView");
28- Pkg.test("GtkMarkdownTextView"; coverage=true)'
20+ - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21+ - 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)'
2923after_success :
30- - julia -e 'cd(Pkg.dir("GtkMarkdownTextView"));
31- Pkg.add("Coverage");
32- using Coverage;
33- Coveralls.submit(Coveralls.process_folder())'
24+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments