forked from nodecg/nodecg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
55 lines (45 loc) · 1001 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
50
51
52
53
54
55
sudo: false
dist: trusty
language: node_js
node_js:
- '8'
os:
- linux
env:
global:
- CXX=g++-4.8
cache:
apt: true
directories:
- bower_components
- '$HOME/.npm'
- $(npm config get prefix)
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- google-chrome
packages:
- g++-4.8
- google-chrome-stable
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- npm i -g [email protected]
- bash ./selenium-setup.sh
- npm install -g codecov bower
install:
- npm install
- bower install
after_success: npm run report-coverage
matrix:
fast_finish: true
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8c1769bff63cbd033bf7
on_success: always
on_failure: always
on_start: never
slack:
secure: R+TkavWRhREwc9shV6JYJ+YrrMdpaSB5iYlVVhtO4XjSJPtbsgFvg8aelELIfwUY/Lsl6dmUD8bhv1GxN4Bdui7igrGEzXqh+ziJSnPET0Apxyc2HFYzM3phQYwsESyFXGfx9PiegLQ6fcozZ75rio17YhPjT8//9jb5I9hue9g=