Skip to content

Commit

Permalink
skip install and test step
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 11, 2018
1 parent d8d93be commit d2909a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ addons:
branches:
only:
- master
install:
- echo "not executing npm install"
script:
- echo "not executing npm test"
install: true
script: true
before_deploy:
- git config --local user.name "hobbyquaker"
- git config --local user.email "hobbyquaker@gmail.com"
Expand Down

0 comments on commit d2909a3

Please sign in to comment.