Skip to content

Commit

Permalink
fix: Fixed the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyboy committed Jul 28, 2017
1 parent c36832a commit a7804f2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ node_js:
before_install:
- npm i -g npm
- npm i -g @angular/cli
# - printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> .npmrc
before_script:
- npm prune
script:
Expand All @@ -24,14 +25,3 @@ script:
after_success:
- cd ..
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
# deploy:
# provider: npm
# on:
# branch: production
# email: "YOUR_EMAIL_ADDRESS"
# api_key:
# secure: IxQxlIKuuv8Yq10YDJKyWuP7vt1AfCY1Uvov/GRhBcGLHKHXMCp/sxFJgO1KSX3DOshEcFaAHTQYHI/aqFyXYNfD/lcvd9LMoCiDUu01g/Ukvl0fSuXPwP2dCFRLeU1DeO5T+tmKrN4T9kLwR1OZkWdWr60gDuGnnT5QzR0kMszravYgMYlew1VL9jthUU/6yB4TG/3aB8/oz2NW6/KXGQ93RbyXr/NA6TBG5oF+ah7rnDfTDaSfk/gkcH/Tp7n+se6om3DB7lgL7x9cRhz6qmCW2on7NivEchCpTsX6A02yXmo8khJi9Ax2wM9fXecj9YZxCmXsN0leP6uRYtAM8c8RW/1NHlUhciZTJVYAmW5AbyXPC94MbV0DRuJGKPGMt8gPz+YUjgt31hebjtfwXN26ROcA/QzzZROMJMDbnhSdt2mKU0kx9VFP0sbp6UPaukyKqCIxdJMudRVK81CCEUiaJ7/YEjoR4VqBkCzXR7nbUiNqQTIcu5ANneyW5Ld6k6RM4/gQy4m/tFodDgpYSbIgC4lpCgYLo4isIfMAZX/QzfhWAJgUoaqjbFDykeVyBuCcEMrwCPFaHb7pZkvL6lzVl8MHECAO9NKHEklKevd64oGnbQ0EDyy4cqt87TspDVLVMzhUBXB5Do96Sk2SoXbK02X4385PJy0Q2tEBzxE=

0 comments on commit a7804f2

Please sign in to comment.