Skip to content

Commit

Permalink
Merge pull request #24 from udnisap/build-setup
Browse files Browse the repository at this point in the history
Build setup
  • Loading branch information
lukesneeringer committed Jul 27, 2016
2 parents a44c2da + 5efadbf commit 7b9fd25
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
lib
npm-debug.log*
node_modules

# build artifacts
**/lib/*
25 changes: 17 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 'stable'
- '4'
- '5'
- '6'
before_install:
- npm install -g npm@~1.4.6
deploy:
provider: npm
email: [email protected]
on:
tags: true
api_key:
secure: ZArZGb/qyz2XlRr3SThngIiplmtdM0eNslXQchIMyxeie0IeiW6aLAioMr/tTc/JfZHIAoFGXoFliA3CiZgWk0svSaKGW1aVuWzfc+exOqvxjqhAcf41iniUSCaiuE9gGQU57sXn3yaxXHHMqq8hrXHsdxlRcjwjWPxqw5B7IVQ=
before_script:
- npm prune
script:
- npm run test
after_success:
branches:
only:
- master
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"repository": {
"type": "git",
"url": "git:https://github.com/gozala/typed-immutable.git",
"web": "https://github.com/Gozala/typed-immutable"
"url": "git:https://github.com/typed-immutable/typed-immutable",
"web": "https://github.com/typed-immutable/typed-immutable"
},
"bugs": {
"url": "https://github.com/gozala/typed-immutable/issues"
"url": "https://github.com/typed-immutable/typed-immutable/issues"
},
"license": "MIT",
"main": "./lib/index.js",
Expand Down

0 comments on commit 7b9fd25

Please sign in to comment.