forked from DevExpress/testcafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (28 loc) · 852 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
language: node_js
matrix:
include:
- node_js: "4"
env: GULP_TASK="test-server"
- node_js: "stable"
env: GULP_TASK="test-server"
- node_js: "stable"
env: GULP_TASK="test-client-travis"
- node_js: "stable"
env: GULP_TASK="test-client-travis-mobile"
# We use Node 7 here as a temporary workaround. Browsers on OS X sometimes can't open a tested
# page under Node 8 on BrowserStack for some reason. As a result we have blinking tests.
- node_js: "7"
env: GULP_TASK="test-functional-travis-desktop-osx-and-ms-edge"
- node_js: "7"
env: GULP_TASK="test-functional-travis-mobile"
fast_finish: true
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install: yarn
branches:
except:
- /^build-bot-temp-.*$/
notifications:
email: false