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 4
4
- linux
5
5
- osx
6
6
julia :
7
- - 0.7
8
- - 1.0
7
+ - 1.3
9
8
- nightly
10
9
matrix :
11
10
allow_failures :
@@ -17,17 +16,9 @@ addons:
17
16
packages :
18
17
- xvfb
19
18
- xauth
20
- - libgtk-3-dev
21
19
script :
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)'
29
23
after_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