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:
19
19
script :
20
20
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21
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)'
22
+ - travis_wait 30 $TESTCMD -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
23
+
23
24
after_success :
24
25
- 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"
4
4
5
5
[deps ]
6
6
Gtk = " 4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
7
+ Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
7
8
8
9
[compat ]
9
- julia = " 1.0"
10
10
Gtk = " 0.17.0, 1.0"
11
+ julia = " 1.0"
11
12
12
13
[extras ]
13
14
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
15
15
16
[targets ]
16
- test = [" Test" ]
17
+ test = [" Test" ]
You can’t perform that action at this time.
0 commit comments