-
Notifications
You must be signed in to change notification settings - Fork 18
/
.travis.yml
49 lines (41 loc) · 826 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: node_js
os:
- linux
- osx
osx_image: xcode10.2
dist: xenial
node_js:
- stable
install:
- ./scripts/travis-ci-install.sh
script:
- ./scripts/travis-ci-run.sh
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
sources:
- sourceline: 'ppa:neovim-ppa/unstable'
packages:
- neovim
- g++
- build-essential
- libcairo2-dev
- libpango1.0-dev
- libjpeg-dev
- libgif-dev
- librsvg2-dev
update: true
homebrew:
packages:
- neovim
- pkg-config
- cairo
- pango
- libpng
- giflib
- jpeg
- librsvg
update: true