Skip to content

Commit

Permalink
Build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fortes committed Apr 2, 2019
1 parent fc692f5 commit e5fc8e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ env:
global:
- APP_ENV=$APP_ENV

install:
- rm -rf ./node_modules package-lock.json
before_install:
- npm i -g makeshift && makeshift -s @bcoe -r registry.npmjs.org

install:
- npm install

script:
Expand All @@ -19,12 +20,12 @@ before_deploy:
- cd dist/

deploy:
skip_cleanup: true
keep-history: true
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true
keep-history: true
on:
branch: master
tags: true
repo: octaform/octaform-additional
repo: $GITHUB_REPO

0 comments on commit e5fc8e3

Please sign in to comment.