Skip to content

Commit

Permalink
chore(build): Updated travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kasunkv committed Aug 28, 2017
1 parent b6c1511 commit 866064c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,11 +14,11 @@ install:
- npm install
before_script:
- npm prune
- curl -Lo travis_after_all.py https://git.io/vLSON
# - curl -Lo travis_after_all.py https://git.io/vLSON
script:
- npm run compile
after_success:
- python travis_after_all.py
# - python travis_after_all.py
- npm run semantic-release
branches:
except:
Expand Down

0 comments on commit 866064c

Please sign in to comment.