forked from akveo/nebular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
41 lines (35 loc) · 793 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
sudo: false
language: node_js
node_js:
- '8'
env:
global:
- SAUCE_USERNAME=nixa
- SAUCE_ACCESS_KEY=a922753805a4-7538-6644-c450-48fdf18c
- BROWSER_STACK_USERNAME=debac1
- BROWSER_STACK_KEY=V5ykpyxrTxXLSsRBmXpL
- BROWSER_PROVIDER_READY_FILE=/tmp/nebular/readyfile
- BROWSER_PROVIDER_ERROR_FILE=/tmp/nebular/errorfile
- LOGS_DIR=/tmp/nebular/logs
matrix:
- MODE=sauce_e2e
- MODE=browserstack_e2e
- MODE=sauce_unit_test
- MODE=browserstack_unit_test
- MODE=build
- MODE=docs
- MODE=lint
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- env: "MODE=sauce_e2e"
- env: "MODE=sauce_unit_test"
install:
- npm install
before_script:
- mkdir -p $LOGS_DIR
script:
- ./scripts/ci/travis-script.sh