diff --git a/.travis.yml b/.travis.yml index c7b02e9..2c64919 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ branches: script: - yarn build - - yarn lint - - yarn test + #- yarn lint + #- yarn test after_success: - - yarn coveralls + #- yarn coveralls - yarn semantic-release diff --git a/package.json b/package.json index e758b58..9739aa7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "The React implementation of Headless Ninja.", "main": "lib/index.js", "repository": { - "url": "https://github.com/bartlangelaan/hn-react" + "url": "https://github.com/burst-digital/hn-react" }, "bin": { "hn-react-next": "./src/next.js" @@ -39,10 +39,12 @@ "hn": "^0.1.1", "next": "beta", "react": "^15.6.1", - "react-dom": "^15.6.1" + "react-dom": "^15.6.1", + "semantic-release": "^6.3.6" }, "scripts": { "build": "babel src -d lib", - "test:next": "cd tests/functional/next && npm run build && npm start" + "test:next": "cd tests/functional/next && npm run build && npm start", + "semantic-release": "semantic-release pre && npm publish && semantic-release post" } }