forked from dart-archive/angular.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
73 lines (72 loc) · 1.72 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
64
65
66
67
68
69
70
71
72
73
language: node_js
node_js:
- '0.11'
env:
matrix:
- JOB=unit-g3stable
CHANNEL=stable
TESTS=vm
BROWSERS=DartiumWithWebPlatform
USE_G3=YES
- JOB=unit-stable
CHANNEL=stable
TESTS=vm
BROWSERS=DartiumWithWebPlatform
- JOB=unit-dev
CHANNEL=dev
TESTS=vm
BROWSERS=DartiumWithWebPlatform
- JOB=unit-stable
CHANNEL=stable
TESTS=dart2js
BROWSERS=SL_Chrome,SL_Firefox
- JOB=unit-dev
CHANNEL=dev
TESTS=dart2js
BROWSERS=SL_Chrome,SL_Firefox
- JOB=e2e-g3stable
CHANNEL=stable
TESTS=vm
BROWSERS=DartiumWithWebPlatform
USE_G3=YES
- JOB=e2e-stable
CHANNEL=stable
TESTS=vm
BROWSERS=DartiumWithWebPlatform
- JOB=e2e-dev
CHANNEL=dev
TESTS=vm
BROWSERS=DartiumWithWebPlatform
- JOB=e2e-stable
CHANNEL=stable
TESTS=dart2js
BROWSERS=SL_Chrome,SL_Firefox
- JOB=e2e-dev
CHANNEL=dev
TESTS=dart2js
BROWSERS=SL_Chrome,SL_Firefox
global:
- FIREFOX_VERSION="30.0"
- CHROME_VERSION="35.0"
- secure: AKoqpZ699egF0i4uT/FQ5b4jIc0h+KVbhtVCql0uFxwFIl2HjOYgDayrUCAf6USfpW0LghZxJJhBamWOl/505eNSe9HvEd8JLg/to+1Fo9xi9llsu5ehmNH31/5pue4EvsrVuEap1qqL6/BNwI2cAryayU0p5tV0g8gL5h4IxG8=
- LOGS_DIR=/tmp/angular-build/logs
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
- SAUCE_USERNAME=angular-ci
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
branches:
except:
- g3v1x-master
before_install:
- export DISPLAY=:99.0
- ./scripts/travis/install.sh
before_script:
- mkdir -p $LOGS_DIR
- ./scripts/travis/setup.sh
- ./scripts/sauce/sauce_connect_setup.sh
- ./scripts/sauce/sauce_connect_block.sh
script:
- ./scripts/travis/build.sh
after_success:
- ./scripts/travis/after-success.sh
after_script:
- ./scripts/travis/print-logs.sh