File tree Expand file tree Collapse file tree 4 files changed +88
-64
lines changed Expand file tree Collapse file tree 4 files changed +88
-64
lines changed Original file line number Diff line number Diff line change @@ -2,51 +2,50 @@ language: node_js
22dist : trusty
33node_js :
44- ' 10.14'
5-
65branches :
76 only :
8- - master
9- - /^greenkeeper/.*$/
10- - /^v?[0-9]+.[0-9]+.[0-9]+(-.*)?$/
11-
7+ - master
8+ - " /^greenkeeper/.*$/"
9+ - " /^v?[0-9]+.[0-9]+.[0-9]+(-.*)?$/"
1210cache :
1311 directories :
1412 - " $HOME/.npm"
1513 - " $HOME/.mongodb/versions"
16-
1714jobs :
1815 include :
19- - stage : test
20- env :
21- - MONGODB_VERSION=3.2.13
22- before_script :
23- - npm install -g mongodb-runner
24- - mongodb-runner start
25- script :
26- - npm run lint
27- - npm test -- --maxWorkers=4
28- - npm run integration
29- after_script : ./node_modules/codecov/bin/codecov -f ./coverage/coverage-final.json && rm -rf ./coverage
30- # release on github latest branch
31- - stage : release
32- env :
33- -
34- before_script : skip
35- after_script : skip
36- script :
37- - npm run release_docs
38- deploy :
39- - provider : pages
40- skip_cleanup : true
41- github_token : $GITHUB_TOKEN # Set in travis-ci.org dashboard
42- local_dir : docs/
43- on :
44- all_branches : true
45- - provider : npm
46- skip_cleanup : true
47- api_key : $NPM_TOKEN
48- email : npm@parseplatform.org
49- on :
50- tags : true
51- all_branches : true
52- repo : parse-community/Parse-SDK-JS
16+ - stage : test
17+ env :
18+ - MONGODB_VERSION=3.2.13
19+ before_script :
20+ - npm install -g mongodb-runner
21+ - mongodb-runner start
22+ script :
23+ - npm run lint
24+ - npm test -- --maxWorkers=4
25+ - npm run integration
26+ after_script : " ./node_modules/codecov/bin/codecov -f ./coverage/coverage-final.json
27+ && rm -rf ./coverage"
28+ - stage : release
29+ env :
30+ -
31+ before_script : skip
32+ after_script : skip
33+ script :
34+ - npm run release_docs
35+ deploy :
36+ - provider : pages
37+ skip_cleanup : true
38+ github_token : " $GITHUB_TOKEN"
39+ local_dir : docs/
40+ on :
41+ all_branches : true
42+ - provider : npm
43+ skip_cleanup : true
44+ email :
45+ secure : NGcEiR5Q9N2n83xRUTY9KjrirwE86/8CiLxfdheKVYGag454GXh8uPHZQzhv9p4taprx/nPxQtnyLdUOrlmbW9a5grA1j/QMxKmKw00AjkIMefOSCJ4n0penlz2JI7M746DPraUwiJ2/UZERwV5cQmJg4X3eNetEc68WmLQeeV1IV6/72vExA0zFWdb+eg6sP06ZyYLi9StO730LqnxPsvqQSRJbFn7RVgj8Jz9aRK2YnMT8pq6Vj7N56Pu9nnno4eytfNynlzNgubBHhF1Jl5dxW3VWoem5/B7ehxk2sgZgkgH53kFmZsePTu2gFwQHGVV/zl40/a2BDjsIm4Na0X52HEoPMEHUlemRVMXB3Sl9sglo72YpGAbIc3rYRsr23aJ2pUgXVGjuhdQqB9OH/UMWPmm9ZTtQg08nhBfOQDLvf7rHrScqPGk6pWJEMAXA4B09asFD1wcrMfdgs8uuPJ2DIzxSK4FMyfbJci5/G/BzojtQsOn/PGdLZ5HM7gHwUoZ8qYbv+sVtNl4vOXEAuyuOpm9i8OJZBG+BzVwAoXZeilJtHlt4LkZBhSKcLfWg+2V1t+VmOr4cnBHPLHOdSYTkI9zqyRgKDI3zbSszLQcuNVXDAsygI5/MbW+xEYiY8lllvfj3KTdXrTobJGL97A6egq9ZxtY6EOGbbMgUmkg=
46+ api_key :
47+ secure : dEvG8zO1GL6yEJkfcbpIE+PejmsKPgZsOY4xGxFtrCdDCk4qHTyO6qc9TwQ5m+LfajZuq9EGCyTj7mPcwOrwmLTmX+sEP8QcW6L08syUvQeXqSL28RM10e6i/aEeMzwLrEvh9MmJZhA1mvuQLGq8Sx6SPZHQaQvvOia2hwQaATI9EM+FO1+ieawSIctNvtqkWwvqHHYTDJcJvT8q5uxIf2b5vJj42j2+JLuMDxVKwc7khdO/k9JBpbd0YZptIL3SL4LfMIczKMH/bMwAarG/Cm6fggexPCyofJn7Oof9PBXgUMDUCgxYvHstLK1WbvbEeyA6DvJIoY3SYwmdEjjIUdasMLTJyHlpppntR8fMmEt71BpHJG2TcLOt/dk1BdAKdNOLZMODo/nhLNuxvC3ymB8N2ZfhFk8cGEfU2SdapRkA9RVYEt6mrXT0lJEJ2V/A1giRNzeYaUX69JzcnUACJlzmbxlyRESvawdWJI+/JzjROS0PJG8y9cpe8I+SwqbNi7NFk1lWnSmvcyjTM4fFMppPdz3rEaGBYY7S1NlMayG5PdCctxn6ZBC6snRDMEPL2W2FbOO275M+fiwJ9m5A6AWapeBADAzc7gRCobpXB2dQXrvFi+2X6ReHP09ecFzdJLVEt9VdPAPUij/0s9Mby219s731mFh/0zhdYAo8/fA=
48+ on :
49+ tags : true
50+ all_branches : true
51+ repo : parse-community/Parse-SDK-JS
Original file line number Diff line number Diff line change 11# Parse-SDK-JS
22
33### master
4- [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.5.0...master )
4+ [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.5.1...master )
5+
6+ ## 2.5.0
7+ [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.5.0...2.5.1 )
8+ - FIX: Update NPM credentials
59
610## 2.5.0
711[ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.4.0...2.5.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " parse" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "description" : " The Parse JavaScript SDK" ,
55 "homepage" : " https://parseplatform.org/" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments