Skip to content

Commit

Permalink
Merge branch 'master' into serialisable
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 3, 2019
2 parents 9df8010 + 90b9600 commit a456482
Show file tree
Hide file tree
Showing 53 changed files with 2,599 additions and 494 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
"code",
"test"
]
},
{
"login": "rowanc1",
"name": "Rowan Cockett",
"avatar_url": "https://avatars3.githubusercontent.com/u/913249?v=4",
"profile": "http://row1.ca",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
6 changes: 6 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These are supported funding model platforms

# open_collective: # Replace with a single Open Collective username
custom: ['https://www.buymeacoffee.com/m97tA5c']
# github: [CDIMASCIO]
# patreon: cdimascio
1 change: 1 addition & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
🙋 **Looking for help? Reach out on [gitter](https://gitter.im/cdimascio-oss/community)**
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ sudo: required
language: node_js
node_js:
- '12'
- '10'
before_install:
- openssl aes-256-cbc -K $encrypted_deba340dfe89_key -iv $encrypted_deba340dfe89_iv
-in secrets.zip.enc -out secrets.zip -d
- unzip secrets.zip
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_deba340dfe89_key -iv $encrypted_deba340dfe89_iv
-in secrets.zip.enc -out secrets.zip -d; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then unzip secrets.zip; fi'
install:
- npm install
script:
Expand Down
Loading

0 comments on commit a456482

Please sign in to comment.