Skip to content

Commit 1ec8528

Browse files
committed
CI update.
1 parent 3330ce6 commit 1ec8528

6 files changed

+26
-18
lines changed

Gruntfile.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ module.exports = function (grunt) {
3636
main: {
3737
options: {
3838
banner: '/**\n' +
39-
'* @author Jason Dobry <[email protected]>\n' +
40-
'* @file js-data-http.min.js\n' +
41-
'* @version <%= pkg.version %> - Homepage <http://wwwjs-data.io/js-data-http>\n' +
42-
'* @copyright (c) 2014 Jason Dobry\n' +
43-
'* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>\n' +
44-
'*\n' +
45-
'* @overview My Adapter.\n' +
46-
'*/\n'
39+
'* @author Jason Dobry <[email protected]>\n' +
40+
'* @file js-data-http.min.js\n' +
41+
'* @version <%= pkg.version %> - Homepage <http://www.js-data.io/docs/dshttpadapter>\n' +
42+
'* @copyright (c) 2014 Jason Dobry\n' +
43+
'* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>\n' +
44+
'*\n' +
45+
'* @overview My Adapter.\n' +
46+
'*/\n'
4747
},
4848
files: {
4949
'dist/js-data-http.min.js': ['dist/js-data-http.js']
@@ -75,7 +75,7 @@ module.exports = function (grunt) {
7575
preprocessors: {}
7676
},
7777
min: {
78-
browsers: ['Firefox', 'PhantomJS'],
78+
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
7979
options: {
8080
files: [
8181
'bower_components/js-data/dist/js-data.min.js',
@@ -86,7 +86,7 @@ module.exports = function (grunt) {
8686
}
8787
},
8888
ci: {
89-
browsers: ['Firefox', 'PhantomJS']
89+
browsers: ['Chrome', 'Firefox', 'PhantomJS']
9090
}
9191
},
9292
coveralls: {
@@ -110,7 +110,7 @@ module.exports = function (grunt) {
110110
var banner = '/**\n' +
111111
'* @author Jason Dobry <[email protected]>\n' +
112112
'* @file js-data-http.js\n' +
113-
'* @version ' + pkg.version + ' - Homepage <http://www.js-data.iojs-data-http/>\n' +
113+
'* @version ' + pkg.version + ' - Homepage <http://www.js-data.io/docs/dshttpadapter>\n' +
114114
'* @copyright (c) 2014 Jason Dobry \n' +
115115
'* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>\n' +
116116
'*\n' +

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ http adapter for [js-data](http://www.js-data.io/).
1313
| ------ | ------ |
1414
| Bower | [![Bower version](https://badge.fury.io/bo/js-data-http.png)](http://badge.fury.io/bo/js-data-http) |
1515
| NPM | [![NPM version](https://badge.fury.io/js/js-data-http.png)](http://badge.fury.io/js/js-data-http) |
16-
| Build Status | [![Build Status](https://travis-ci.org/js-data/js-data-http.png?branch=master)](https://travis-ci.org/js-data/js-data-http) |
16+
| Build Status | [![Circle CI](https://circleci.com/gh/js-data/js-data-http/tree/master.png?style=badge)](https://circleci.com/gh/js-data/js-data-http/tree/master) |
1717
| Code Climate | [![Code Climate](https://codeclimate.com/github/js-data/js-data-http.png)](https://codeclimate.com/github/js-data/js-data-http) |
1818
| Dependency Status | [![Dependency Status](https://gemnasium.com/js-data/js-data-http.png)](https://gemnasium.com/js-data/js-data-http) |
1919
| Coverage | [![Coverage Status](https://coveralls.io/repos/js-data/js-data-http/badge.png?branch=master)](https://coveralls.io/r/js-data/js-data-http?branch=master) |

circle.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dependencies:
2+
pre:
3+
- bower install
4+
cache_directories:
5+
- "bower_components"
6+
test:
7+
post:
8+
- grunt coveralls || true

dist/js-data-http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
33
* @file js-data-http.js
4-
* @version 1.0.0-alpha.3 - Homepage <http://www.js-data.iojs-data-http/>
4+
* @version 1.0.0-alpha.3 - Homepage <http://www.js-data.io/docs/dshttpadapter>
55
* @copyright (c) 2014 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>
77
*

dist/js-data-http.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"main": "./src/index.js",
2121
"devDependencies": {
2222
"grunt": "0.4.5",
23-
"grunt-browserify": "3.1.0",
23+
"grunt-browserify": "3.2.0",
2424
"grunt-contrib-clean": "0.6.0",
2525
"grunt-contrib-jshint": "0.10.0",
2626
"grunt-contrib-uglify": "0.6.0",
2727
"grunt-contrib-watch": "0.6.1",
2828
"grunt-karma": "0.9.0",
2929
"grunt-karma-coveralls": "2.5.2",
30-
"karma": "0.12.24",
30+
"karma": "0.12.25",
3131
"karma-chai": "0.1.0",
3232
"karma-chrome-launcher": "0.1.5",
3333
"karma-coverage": "0.2.6",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"axios": "0.4.x",
48-
"mout": "0.10.0",
49-
"js-data": "~1.0.x"
48+
"mout": "0.11.0",
49+
"js-data": "^1.0.0-alpha.5-1"
5050
}
5151
}

0 commit comments

Comments
 (0)