forked from DevExpress/testcafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (34 loc) · 795 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
if: NOT (commit_message =~ /^\[docs\]/ OR branch = 'new-docs')
addons:
chrome: stable
firefox: latest
apt:
packages:
- dbus
language: node_js
matrix:
include:
- node_js: "8"
env: GULP_TASK="test-server"
- node_js: "stable"
env: GULP_TASK="test-server"
- node_js: "10"
env: GULP_TASK="test-client-travis"
- node_js: "10"
env: GULP_TASK="test-client-travis-mobile"
- node_js: "10"
env: GULP_TASK="test-functional-local-headless-chrome"
- node_js: "10"
env: GULP_TASK="test-functional-local-headless-firefox"
- node_js: "10"
env: GULP_TASK="test-functional-local-legacy"
fast_finish: true
cache:
directories:
- $HOME/.npm
install: travis_retry npm install
branches:
except:
- /^build-bot-temp-.*$/
notifications:
email: false