This repository was archived by the owner on Jun 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +28
-6
lines changed
test_scopes/angular_1.5.x Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 1+ 4.1
Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
33node_js :
4- - " 0.12 "
4+ - " 4.1 "
55
66addons :
77 code_climate :
88 repo_token : 94ea5ac76984c311dcbadb53a52dd219400775e20402587a0063d8b9d3a66bca
99
1010before_install :
11- - ' [ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
12- - npm install -g npm@latest
13- - npm install -g grunt-cli codeclimate-test-reporter
11+ - npm install -qg npm
12+ - npm install -qg grunt-cli codeclimate-test-reporter
1413
1514before_script :
1615 - export DISPLAY=:99.0
2423 - TEST_SCOPE=angular_1.2.x
2524 - TEST_SCOPE=angular_1.3.x
2625 - TEST_SCOPE=angular_1.4.x
26+ - TEST_SCOPE=angular_1.5.x
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ module.exports = function(config) {
4444
4545 // list of files / patterns to load in the browser
4646 files : [
47- 'node_modules/karma-babel-preprocessor/node_modules/ babel-core/browser-polyfill.js' ,
47+ 'node_modules/babel-core/browser-polyfill.js' ,
4848 injectByScope ( scope , 'angular/angular.js' ) ,
4949 injectByScope ( scope , 'angular-mocks/angular-mocks.js' ) ,
5050 'test/unit/mock/sockjs.js' ,
Original file line number Diff line number Diff line change 99 " facade" ,
1010 " websocket"
1111 ],
12+ "engines" : {
13+ "node" : " >=4.0"
14+ },
1215 "scripts" : {
1316 "prepublish" : " bower install" ,
1417 "test" : " grunt install-test && grunt test" ,
6568 "karma-phantomjs-launcher" : " ^0.2.1" ,
6669 "load-grunt-tasks" : " ~3.2.0" ,
6770 "lodash" : " ^3.10.1" ,
68- "mocha" : " ^2.2.5"
71+ "mocha" : " ^2.2.5" ,
72+ "phantomjs" : " ^1.9.18"
6973 }
7074}
Original file line number Diff line number Diff line change 1+ {
2+ "author" : " Jan Philipp" ,
3+ "name" : " angular-vertxbus" ,
4+ "description" : " " ,
5+ "version" : " 0.0.0" ,
6+ "homepage" : " http://github.com/knalli/angular-vertxbus" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git://github.com/knalli/angular-vertxbus"
10+ },
11+ "devDependencies" : {
12+ "angular" : " ^1.5.0-beta.0" ,
13+ "angular-mocks" : " ^1.5.0-beta.0" ,
14+ "sockjs-client" : " ~1.0.3" ,
15+ "vertx3-eventbus-client" : " ~3.0.0"
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments