-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.travis.yml
More file actions
24 lines (24 loc) · 762 Bytes
/
.travis.yml
File metadata and controls
24 lines (24 loc) · 762 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
notifications:
email: false
branches:
only:
- master
language: node_js
node_js:
- "0.10"
# - "0.9"
env:
global:
- TIMEOUT=300000
- secure: NFhu8qMaCi/yG7ZHKtCgdjvEfdAXTW7YLd3BmBYJu/GSXOqszkSB4Dx35+sOcIgV0FVFKxvK0Yme8w7enoNHTx4SKdhFmYcm2pN/65eTvOBT8jzMgWh3caHLiKfwM3y0wMdUOV+isVQUHvq1Tlt9vAunjM/0o3QfrlTA/4+pH+M=
- secure: bsyjbbhrv8SEMPaPIZBgCbl1vMotF+Ha34P6KiHM8eDTFJ/4lY8e88re6JK/coGzm9qRrkX8g6sBzikEsbHJquiBSmoo8rHhp+PzPGkb7x7X/p/OqArP9Dep6uhFn9uLoyVJylfLhkKEfbh2Cs8FFtwE7v0aZMt9yLH1qgnJ+vU=
matrix:
- BROWSER=chrome
- BROWSER=firefox
- BROWSER=explorer
before_script:
- ./node_modules/.bin/install_sauce_connect
- ./node_modules/.bin/travis_start_sauce_connect
script:
- make test_midway_sauce_connect
- make test_e2e_sauce