forked from LivelyKernel/LivelyKernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (25 loc) · 647 Bytes
/
.travis.yml
File metadata and controls
33 lines (25 loc) · 647 Bytes
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
language: node_js
sudo: required
dist: trusty
before_install:
- "google-chrome --version"
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
node_js:
- "4.1"
before_script:
- "nvm use v4"
- export CHROME_BIN=chromium-browser
- "Xvfb :1 -screen 0 800x600x24 &"
- "npm start &"
- "while [ ! -d PartsBin ]; do echo 'Waiting for server to be initialized'; sleep 2; done; sleep 30"
- echo "Arrrrrggh!!! Server needs more than a minute to startup :("; sleep 50;
script: "DISPLAY=:1 npm test"
notifications:
slack: cdglabs:E0fa310LnYWFdOLQ8IxQRZfX
email:
- robert.krahn@gmail.com