update travis for gtk
This commit is contained in:
parent
eba6e29092
commit
5ad4c517e1
14
.travis.yml
14
.travis.yml
@ -7,9 +7,12 @@ julia:
|
|||||||
- 1.1
|
- 1.1
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
addons:
|
||||||
allow_failures:
|
apt:
|
||||||
- julia: nightly
|
packages:
|
||||||
|
- xvfb
|
||||||
|
- xauth
|
||||||
|
- libgtk-3-dev
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
@ -18,3 +21,8 @@ before_install:
|
|||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
|
script:
|
||||||
|
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
|
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
|
||||||
|
- $TESTCMD -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user