Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 3e83fe5

Browse files
author
Kent C. Dodds
committed
fix(build): Add semantic-release
1 parent 5ecf62a commit 3e83fe5

10 files changed

+43
-857
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ bower_components
2121
# build folder
2222
.grunt
2323
.tmp
24+
dist

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
sudo: false
2+
language: node_js
3+
cache:
4+
directories:
5+
- node_modules
6+
branches:
7+
only:
8+
- master
9+
notifications:
10+
email: false
11+
node_js:
12+
- iojs
13+
before_install:
14+
- npm i -g npm@^2.0.0
15+
before_script:
16+
- npm prune
17+
script:
18+
- npm t
19+
after_success:
20+
- npm run semantic-release

Gruntfile.js

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)