File tree 2 files changed +29
-22
lines changed 2 files changed +29
-22
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 4.0 '
4
- - ' 4.1 '
5
- - ' 5.1 '
3
+ - 4
4
+ - stable
5
+
6
6
sudo : false
7
- services :
7
+
8
8
before_install :
9
- - npm --version
10
- - export CHROME_BIN=chromium-browser
11
- - export DISPLAY=:99.0
12
- - sh -e /etc/init.d/xvfb start
9
+ - export CHROME_BIN=chromium-browser # Karma CI
10
+ - export DISPLAY=:99.0
11
+
13
12
before_script :
14
- notifications :
15
- email : true
16
- after_failure : cat /home/travis/build/mgechev/angular2-seed/npm-debug.log
13
+ - sh -e /etc/init.d/xvfb start
14
+ # - nohup bash -c webdriver-manager start 2>&1 & # Protractor CI
15
+ - sleep 1 # give server time to start
16
+
17
+ after_failure :
18
+ - cat /home/travis/build/mgechev/angular2-seed/npm-debug.log
19
+
17
20
branches :
18
- only :
19
- - master
21
+ only : master
22
+
20
23
notifications :
24
+ email : true
21
25
webhooks :
22
- urls :
23
- - https://webhooks.gitter.im/e/565e4b2fed3b96c1b964
26
+ urls : https://webhooks.gitter.im/e/565e4b2fed3b96c1b964
24
27
on_success : change # options: [always|never|change] default: always
25
28
on_failure : always # options: [always|never|change] default: always
26
29
on_start : never # options: [always|never|change] default: always
30
+
27
31
env :
28
32
global :
29
- # https://github.com/DefinitelyTyped/tsd#tsdrc
30
- # Token has no scope (read-only access to public information)
31
- - TSD_GITHUB_TOKEN=9b18c72997769f3867ef2ec470e626d39661795d
33
+ # https://github.com/DefinitelyTyped/tsd#tsdrc
34
+ # Token has no scope (read-only access to public information)
35
+ - TSD_GITHUB_TOKEN=9b18c72997769f3867ef2ec470e626d39661795d
36
+
37
+ cache :
38
+ directories : node_modules
Original file line number Diff line number Diff line change 95
95
"tiny-lr" : " ^0.2.1" ,
96
96
"traceur" : " ^0.0.91" ,
97
97
"ts-node" : " ^0.7.1" ,
98
- "tslint" : " ^3.7.1 " ,
98
+ "tslint" : " ^3.7.0-dev.2 " ,
99
99
"tslint-stylish" : " 2.1.0-beta" ,
100
100
"typedoc" : " ^0.3.12" ,
101
- "typescript" : " ~1.8.9 " ,
101
+ "typescript" : " ~1.8.10 " ,
102
102
"typings" : " ^0.7.12" ,
103
103
"vinyl-buffer" : " ^1.0.0" ,
104
104
"vinyl-source-stream" : " ^1.1.0" ,
105
105
"yargs" : " ^4.2.0"
106
106
},
107
107
"dependencies" : {
108
- "angular2" : " 2.0.0-beta.14 " ,
108
+ "angular2" : " 2.0.0-beta.15 " ,
109
109
"es6-module-loader" : " ^0.17.8" ,
110
110
"es6-promise" : " ^3.1.2" ,
111
111
"es6-shim" : " 0.35.0" ,
112
112
"reflect-metadata" : " 0.1.2" ,
113
113
"rxjs" : " 5.0.0-beta.2" ,
114
114
"systemjs" : " ~0.19.25" ,
115
- "zone.js" : " ^0.6.6 "
115
+ "zone.js" : " ^0.6.10 "
116
116
}
117
117
}
You can’t perform that action at this time.
0 commit comments