forked from kylewelsby/angular-post-message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.testem.yml
61 lines (57 loc) · 1.56 KB
/
.testem.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
before_tests: "./scripts/before_tests"
on_exit: "rm -r .tmp/"
src_files:
- "src/*.coffee"
- "tests/*.coffee"
serve_files:
- 'bower_components/angular-1.2.0-rc.3/angular.js'
- '.tmp/src/*.js'
- 'bower_components/angular-mocks-1.2.0-rc.3/angular-mocks.js'
- '.tmp/tests/*.js'
launchers:
Angular 1.0.3:
command: 'testem ci --file .testem-angular-1.0.3.yml'
protocol: 'tap'
Angular 1.0.4:
command: 'testem ci --file .testem-angular-1.0.4.yml'
protocol: 'tap'
Angular 1.0.5:
command: 'testem ci --file .testem-angular-1.0.5.yml'
protocol: 'tap'
Angular 1.0.6:
command: 'testem ci --file .testem-angular-1.0.6.yml'
protocol: 'tap'
Angular 1.0.7:
command: 'testem ci --file .testem-angular-1.0.7.yml'
protocol: 'tap'
Angular 1.0.8:
command: 'testem ci --file .testem-angular-1.0.8.yml'
protocol: 'tap'
Angular 1.2.0:
command: 'testem ci --file .testem-angular-1.2.0.yml'
protocol: 'tap'
Angular 1.2.1:
command: 'testem ci --file .testem-angular-1.2.1.yml'
protocol: 'tap'
Angular 1.2.2:
command: 'testem ci --file .testem-angular-1.2.2.yml'
protocol: 'tap'
Angular 1.2.9:
command: 'testem ci --file .testem-angular-1.2.9.yml'
protocol: 'tap'
Angular 1.3.0-beta.17:
command: 'testem ci --file .testem-angular-1.3.0-beta.17.yml'
protocol: 'tap'
launch_in_ci:
- Angular 1.0.3
- Angular 1.0.4
- Angular 1.0.5
- Angular 1.0.6
- Angular 1.0.7
- Angular 1.0.8
- Angular 1.2.0
- Angular 1.2.1
- Angular 1.2.2
- Angular 1.2.9
- Angular 1.3.0-beta.17
launch_in_dev: []