Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #53 from fielded/feat/stock-translator
Browse files Browse the repository at this point in the history
feat: stock version translator
  • Loading branch information
freefony authored Jan 19, 2018
2 parents 6cc21d8 + 65adf20 commit c7ba9de
Show file tree
Hide file tree
Showing 7 changed files with 11,871 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
yarn.lock
.idea
.idea
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@fielded:registry=https://npm.field.partners
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
sudo: false
language: node_js
node_js:
- 6
- '6.11.3'
services:
- couchdb
- couchdb
before_install:
- echo "//npm.field.partners/:_authToken=\${NPM_TOKEN}" >> .npmrc
- npm i -g [email protected]
before_script:
- npm install
- ./node_modules/.bin/add-cors-to-couchdb
script:
- npm test
- npm install
- ./node_modules/.bin/add-cors-to-couchdb
cache:
directories:
- node_modules
Loading

0 comments on commit c7ba9de

Please sign in to comment.