-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
63 lines (58 loc) · 1.96 KB
/
.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
dist: xenial
sudo: false
language: csharp
solution: Agiil.sln
mono:
- 6.6.0
addons:
sauce_connect: true
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'deb https://deb.nodesource.com/node_10.x trusty main'
key_url: 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
packages:
- mono-xsp4
- libstdc++6-4.7-dev
- megatools
matrix:
include:
- env:
- WebDriver_Platform="Windows 10"
- WebDriver_BrowserName="Chrome"
- WebDriver_BrowserVersion="56.0"
# Enable this flag to switch on extended web browser debugging in Sauce Labs.
# This will make the Console logs from the browser available in the online
# test information screen. Only supported for Chrome/Firefox.
# Default is false.
# - AgiilExtendedBrowserDebugging="True"
- env:
- WebDriver_Platform="Windows 10"
- WebDriver_BrowserName="Firefox"
- WebDriver_BrowserVersion="53.0"
# TODO: #AG305 - reinstate this once I have fixed problems entering text into
# React controlled components from IE11
# - env:
# - WebDriver_Platform="Windows 7"
# - WebDriver_BrowserName="Internet Explorer"
# - WebDriver_BrowserVersion="11.0"
- env:
- WebDriver_Platform="Windows 7"
- WebDriver_BrowserName="Internet Explorer"
- WebDriver_BrowserVersion="9.0"
# TODO: #AG66 - Reinstate testing in Edge once problems are fixed
# - env:
# - WebDriver_Platform="Windows 10"
# - WebDriver_BrowserName="MicrosoftEdge"
# - WebDriver_BrowserVersion="16.16299"
# TODO: #AG304 - reinstate this once the upstream limitation on
# Screenplay/Selenium is resolved, enabling Safari 10 to type text into
# React controlled components.
# - env:
# - WebDriver_Platform="OS X 10.11"
# - WebDriver_BrowserName="Safari"
# - WebDriver_BrowserVersion="10.0"
before_install:
- nvm install "10.0"
install: ./Tools/Travis-install.sh
script: ./Tools/Travis-build.sh