Skip to content

Commit fe9b3a2

Browse files
committed
Merged
2 parents 5c15ebb + 31032c5 commit fe9b3a2

File tree

3 files changed

+40
-15
lines changed

3 files changed

+40
-15
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: node_js
2-
node_js: [node, lts/*]
3-
os: [linux, osx]
2+
node_js:
3+
- node
4+
- lts/*
5+
os:
6+
- linux
7+
- osx
48
env:
59
global:
610
- secure: Dsd+mhFawopmq0l5tiRldy3f6rdFXyIjAXB2i3x3cUFMDPP8DRuWzy21gYkN8Uw5Y7iuEwBALaP3Qh4hXiOSEhXrVH5cAnKIeIXaiAZoXtYJXopQVu7bSSvZN7FziwclCnM3NhtQDznhuTjyXv4C2hLhrCY2DHN53DdUMym0+58jpJ5lfb8bn6iEC+CxSYE7kkHho2GEYdDun0BsUQQj2tq0XHLcBOtpGhkjr5RbnWyjivA8Nn3WS+Y/EUk1cYLTvN77WlegXCmeI0S2bHsrF0QeHiwK7VObf7oeQBS6+ScNc845mwEszEjdG35jl+eiTbIskYOZNQFEFZ645xPSaTE8CRhYU1zCb0wOfBZyoiYJTK8sp7S6M2deayN4KBsjETPC2SjYmSp3L2fNB0U9hP9eIl48eqXDqasjlYB484dPyX69g7QIpcFxFcIu395aPOJ/hL4c09s/XH3p8Uh3pBEJgG6pM09mW9ww2jHOuH2Cc2C1ntKHYy/bKv91kc6swjjckA2Ea9DerRP5ooAaDuC5yoVI8B+DU6P+N3JodlHRG9phMhXO0thGAwSGh6RX6C2qpuZHvyNkpv4r2J6Q/MqoQjrfMofSxnA0j9VnrpKXZnA+3NOkoxdPXhy2XQ1VkViaQXhk9yJ1nt9tjpc0yCzrsZN29N6SB0z9WS6tc6s=
11+
script:
12+
- node -e "console.log(JSON.stringify(process.env))"

package-lock.json

Lines changed: 31 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
"prepare": "jest --clearCache",
3939
"release": "npm run build:prod && npm publish dist"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)