Skip to content

Commit 67c7a17

Browse files
update travis and Project
1 parent 898d9a7 commit 67c7a17

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ addons:
1919
script:
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+
2324
after_success:
2425
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ version = "0.1.0"
44

55
[deps]
66
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
7+
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
78

89
[compat]
9-
julia = "1.0"
1010
Gtk = "0.17.0, 1.0"
11+
julia = "1.0"
1112

1213
[extras]
1314
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1415

1516
[targets]
16-
test = ["Test"]
17+
test = ["Test"]

0 commit comments

Comments
 (0)