Skip to content

Commit

Permalink
fix(build): Added missing travis commands
Browse files Browse the repository at this point in the history
Added missing commands to .travis.yml and removed the version from the package.json file.
  • Loading branch information
kasunkv committed Aug 27, 2017
1 parent 7b0c351 commit 396ddb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -14,9 +14,12 @@ install:
- npm install -g typescript
- npm install
before_script:
- npm prune
- curl -Lo travis_after_all.py https://git.io/vLSON
script:
- npm run build
after_success:
- python travis_after_all.py
- npm run semantic-release
branches:
except:
Expand Down
1 change: 0 additions & 1 deletion buildtask/OwaspZapScan/package.json
@@ -1,6 +1,5 @@
{
"name": "owasp-zap-scan",
"version": "1.1.0",
"description": "OWASP ZAP Scanning in Visual Studio Team Services for Build & Release",
"main": "dist\\owaspzapscan.js",
"scripts": {
Expand Down

0 comments on commit 396ddb4

Please sign in to comment.