Skip to content

Commit

Permalink
Merge f06678c into 50c994e
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Mar 18, 2019
2 parents 50c994e + f06678c commit ae4bd60
Show file tree
Hide file tree
Showing 5 changed files with 4,014 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
language: node_js
node_js:
- 0.10
- 0.11
- 0.12
- 4
- 5
- node
- lts/*
- iojs
branches:
only:
Expand All @@ -21,4 +18,4 @@ after_script:
- "cat ./coverage/lcov.info | CODECLIMATE_REPO_TOKEN=8f4183adc84cb07c9609004de2f43c60e2a54a09c89d99f055919267f5246409 codeclimate-test-reporter"
addons:
code_climate:
repo_token: 8f4183adc84cb07c9609004de2f43c60e2a54a09c89d99f055919267f5246409
repo_token: 8f4183adc84cb07c9609004de2f43c60e2a54a09c89d99f055919267f5246409
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
mocha
mocha --exit

cover:
istanbul cover ./node_modules/mocha/bin/_mocha
Expand All @@ -14,4 +14,4 @@ examples:

all: test examples hint

.PHONY: test examples
.PHONY: test examples
2 changes: 1 addition & 1 deletion i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ module.exports = (function() {
locale === undefined &&
typeof this.locale === 'string'
) {
if (register && register.GLOBAL) {
if (register && register.global) {
targetLocale = '';
} else {
targetLocale = this.locale;
Expand Down
Loading

0 comments on commit ae4bd60

Please sign in to comment.